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

Fix error

This commit is contained in:
norbert-walter
2025-01-04 22:32:19 +01:00
parent a8d1080429
commit 83f3e6f24b

View File

@@ -465,7 +465,7 @@ void generatorGraphic(uint x, uint y, int pcolor, int bcolor){
getdisplay().setTextColor(pcolor); getdisplay().setTextColor(pcolor);
getdisplay().setFont(&Ubuntu_Bold32pt7b); getdisplay().setFont(&Ubuntu_Bold32pt7b);
getdisplay().setCursor(xb-22, yb+20); getdisplay().setCursor(xb-22, yb+20);
getdisplay().print("G");Function to handle HTTP image request getdisplay().print("G");
} }
// Function to handle HTTP image request // Function to handle HTTP image request