Fix error
This commit is contained in:
parent
a8d1080429
commit
83f3e6f24b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue