mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-03 16:41:56 +00:00
USE_EPD (e-ink parallel display)
This commit is contained in:
@@ -513,7 +513,7 @@ void drawDynamicNodeListScreen(OLEDDisplay *display, OLEDDisplayUiState *state,
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef USE_EINK
|
||||
#if defined(USE_EINK) || defined(USE_EPD)
|
||||
void drawLastHeardScreen(OLEDDisplay *display, OLEDDisplayUiState *state, int16_t x, int16_t y)
|
||||
{
|
||||
const char *title = "Last Heard";
|
||||
@@ -522,7 +522,7 @@ void drawLastHeardScreen(OLEDDisplay *display, OLEDDisplayUiState *state, int16_
|
||||
|
||||
void drawHopSignalScreen(OLEDDisplay *display, OLEDDisplayUiState *state, int16_t x, int16_t y)
|
||||
{
|
||||
#ifdef USE_EINK
|
||||
#if defined(USE_EINK) || defined(USE_EPD)
|
||||
const char *title = "Hops/Sig";
|
||||
#else
|
||||
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -72,7 +72,7 @@ class UIRenderer
|
||||
static void drawOEMBootScreen(OLEDDisplay *display, OLEDDisplayUiState *state, int16_t x, int16_t y);
|
||||
#endif
|
||||
|
||||
#ifdef USE_EINK
|
||||
#if defined(USE_EINK) || defined(USE_EPD)
|
||||
/// Used on eink displays while in deep sleep
|
||||
static void drawDeepSleepFrame(OLEDDisplay *display, OLEDDisplayUiState *state, int16_t x, int16_t y);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user