Skip to content

Commit 052ca9f

Browse files
committed
fix screen boot
1 parent 512f090 commit 052ca9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/ui/GxEPDDisplay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bool GxEPDDisplay::begin() {
1111
display.setPartialWindow(0, 0, display.width(), display.height());
1212

1313
display.fillScreen(GxEPD_WHITE);
14-
display.display();
14+
display.display(true);
1515
_init = true;
1616
return true;
1717
}

0 commit comments

Comments
 (0)