mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
USE_EPD (e-ink parallel display)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user