We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512f090 commit 052ca9fCopy full SHA for 052ca9f
src/helpers/ui/GxEPDDisplay.cpp
@@ -11,7 +11,7 @@ bool GxEPDDisplay::begin() {
11
display.setPartialWindow(0, 0, display.width(), display.height());
12
13
display.fillScreen(GxEPD_WHITE);
14
- display.display();
+ display.display(true);
15
_init = true;
16
return true;
17
}
0 commit comments