diff --git a/src/EX-Fast_Clock.cpp b/src/EX-Fast_Clock.cpp index ad45913..0a2928a 100644 --- a/src/EX-Fast_Clock.cpp +++ b/src/EX-Fast_Clock.cpp @@ -60,8 +60,8 @@ TouchScreen ts = TouchScreen(XP, YP, XM, YM, 300); #include #include -//void showmsgXY(byte x, byte y, byte sz, char colour, const char *msg) -void showmsgXY(byte x, byte y, byte sz, char colour, char *msg) +//void showmsgXY(byte x, byte y, byte sz, uint16_t colour, const char *msg) +void showmsgXY(byte x, byte y, byte sz, uint16_t colour, char *msg) { tft.setFont(); tft.setFont(&Arial9pt7b);