mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
fix screen boot
This commit is contained in:
parent
512f0900da
commit
052ca9f12f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue