mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-30 23:35:45 +00:00
fix screen boot
This commit is contained in:
@@ -11,7 +11,7 @@ bool GxEPDDisplay::begin() {
|
||||
display.setPartialWindow(0, 0, display.width(), display.height());
|
||||
|
||||
display.fillScreen(GxEPD_WHITE);
|
||||
display.display();
|
||||
display.display(true);
|
||||
_init = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user