eink display improvements

This commit is contained in:
Kevin Hester
2020-10-16 10:53:55 +08:00
parent 9134faaed1
commit b0837c10c6
5 changed files with 51 additions and 18 deletions

View File

@@ -219,6 +219,9 @@ class Screen : public concurrency::OSThread
/// Rebuilds our list of frames (screens) to default ones.
void setFrames();
/// Try to start drawing ASAP
void setFastFramerate();
/// Called when debug screen is to be drawn, calls through to debugInfo.drawFrame.
static void drawDebugInfoTrampoline(OLEDDisplay *display, OLEDDisplayUiState *state, int16_t x, int16_t y);