From 83f3e6f24bc2d666dd2f9f4e1dff5257441512f0 Mon Sep 17 00:00:00 2001 From: norbert-walter Date: Sat, 4 Jan 2025 22:32:19 +0100 Subject: [PATCH] Fix error --- lib/obp60task/OBP60Extensions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/obp60task/OBP60Extensions.cpp b/lib/obp60task/OBP60Extensions.cpp index 26e5c2b..2fa4bc6 100644 --- a/lib/obp60task/OBP60Extensions.cpp +++ b/lib/obp60task/OBP60Extensions.cpp @@ -465,7 +465,7 @@ void generatorGraphic(uint x, uint y, int pcolor, int bcolor){ getdisplay().setTextColor(pcolor); getdisplay().setFont(&Ubuntu_Bold32pt7b); getdisplay().setCursor(xb-22, yb+20); - getdisplay().print("G");Function to handle HTTP image request + getdisplay().print("G"); } // Function to handle HTTP image request