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

New fonts and new page with 2 values

This commit is contained in:
Norbert Walter
2021-12-16 14:51:49 +01:00
parent c14ef2d886
commit c0a6809299
16 changed files with 5597 additions and 13292 deletions

View File

@@ -35,7 +35,8 @@ void qrWiFi(){
display.setTextColor(GxEPD_BLACK);
display.setCursor(140, 285);
display.print("WiFi");
display.update(); // Full update (slow)
display.updateWindow(0, 0, GxEPD_WIDTH, GxEPD_HEIGHT, true); // Partial update (fast)
// display.update(); // Full update (slow)
}
#endif