Stuff from text.h is now const.
This commit is contained in:
@ -13,9 +13,9 @@ class BigClockEffect : public Effect {
|
||||
|
||||
void drawText(char *text, int x, int y, CRGB color);
|
||||
|
||||
unsigned char* font_char(unsigned char* font, char c);
|
||||
const unsigned char* font_char(const unsigned char* font, char c);
|
||||
|
||||
void drawSprite(unsigned char* sprite, int xOffset, int yOffset, CRGB color);
|
||||
void drawSprite(const unsigned char* sprite, int xOffset, int yOffset, CRGB color);
|
||||
|
||||
public:
|
||||
void loop();
|
||||
|
Reference in New Issue
Block a user