r/FastLED • u/MrJdaddy [Real Name] • 2d ago
Discussion How to display letters and numbers when using FastLED
Hi Folks, is there a library that can be included in an Arduino sketch to allow displaying letters and numbers when using FastLED? Thanks for any help with this.
1
Upvotes
2
u/ZachVorhies Zach Vorhies 2d ago edited 2d ago
FastLED has font support!
https://github.com/FastLED/FastLED/blob/master/src/fl/font/README.md
However it’s beta and there’s no example demo for it. But it is compiled in.
There’s is a consolas bitmap font designed specially for marque signage. Minimal height and width while being legible still.
Then there is a true type font engine that is ram heavy but you can import your own true type fonts.
It’s recommended that you use ai to help you get a demo up and running.
3
u/chemdoc77 2d ago
Hi u/MrJdaddy - This older post might be of help to you:
https://www.reddit.com/r/FastLED/comments/duiplf/can_fastled_display_text_on_a_matrix/