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:
@@ -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
|
||||
Reference in New Issue
Block a user