1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 15:03:07 +01:00

Shutdown function

This commit is contained in:
norbert-walter
2022-02-25 14:18:36 +01:00
parent 0237ed761d
commit 2e887e9a81
10 changed files with 186 additions and 92 deletions

View File

@@ -50,8 +50,7 @@ class PageOneValue : public Page{
pixelcolor = GxEPD_WHITE;
bgcolor = GxEPD_BLACK;
}
display.fillRect(0, 0, GxEPD_WIDTH, GxEPD_HEIGHT, bgcolor); // Draw white sreen
display.setTextColor(textcolor);
// Clear display in obp60task.cpp in main loop
// Show name
display.setFont(&Ubuntu_Bold32pt7b);