We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85df718 commit 68c99f6Copy full SHA for 68c99f6
examples/WorldClockDemo/WorldClockDemo.ino
@@ -92,7 +92,7 @@ void drawProgress(OLEDDisplay *display, int percentage, String label) {
92
display->display();
93
}
94
95
-void drawClock(OLEDDisplay *display, int x, int y, int timeZoneIndex, String city, const char* icon) {
+void drawClock(OLEDDisplay *display, int x, int y, int timeZoneIndex, String city, const uint8_t* icon) {
96
display->setTextAlignment(TEXT_ALIGN_LEFT);
97
display->setFont(ArialMT_Plain_10);
98
display->drawString(x + 60, y + 5, city);
0 commit comments