v.0.3.1 use of WeatherFetcher

This commit is contained in:
tiijay
2025-11-10 14:47:37 +01:00
parent 4c8b5c952b
commit 5717425d25
4 changed files with 36 additions and 167 deletions

View File

@@ -49,7 +49,7 @@ public:
void clearRow(uint8_t y);
// Draw text string
void drawText(int x, int y, const char *text, CRGB color);
void drawText(int x, int y, const char *text, CRGB color = CRGB::White);
void drawHorizontalScrollText(uint8_t y, const char *text, CRGB color, uint8_t scrollSpeed = 100);
};