USE_EPD (e-ink parallel display)

This commit is contained in:
Manuel
2025-10-28 17:41:38 +01:00
parent 109fd627a4
commit f4c0ca11fc
5 changed files with 28 additions and 17 deletions

View File

@@ -852,7 +852,7 @@ bool UIRenderer::haveGlyphs(const char *str)
return have;
}
#ifdef USE_EINK
#if defined(USE_EINK) || defined(USE_EPD)
/// Used on eink displays while in deep sleep
void UIRenderer::drawDeepSleepFrame(OLEDDisplay *display, OLEDDisplayUiState *state, int16_t x, int16_t y)
{