AaronLiddiment / LEDText

FastLED Flexible Text Message Class requires LEDMatrix Class
89 stars 32 forks source link

Changing the text #35

Closed rafi3pl closed 2 years ago

rafi3pl commented 2 years ago

is it possible to change the text I want to show for example a score of a metch which will chaneg after time and you are using const char

AaronLiddiment commented 2 years ago

Am guessing you realised you can use regular unsigned char type to pass to SetText() Just make sure you unsigned char array is global and not defined inside a function as it would then be on the stack and would cause issues.