AaronLiddiment / LEDText

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

Different fonts #28

Closed SfVega closed 2 years ago

SfVega commented 2 years ago

hello How could I make a different font? Thanks

AaronLiddiment commented 2 years ago

If you look at the supplied font headers you should be able to work it out. The Robotron font is the easiest as I have used a binary macro so it is easy to see how the font will look by using just 0's & 1's.

SfVega commented 2 years ago

Thank you very much for the help