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