v.0.3.1 use of WeatherFetcher
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user