2019-08-27 10:30 AM
I want to build a giant LED display that will scroll messages. I hope to add effects to the messages. I can't seem to find any library for STM products. And can someone give me a guide on how to create a custom LED library as well. Thanks
Solved! Go to Solution.
2019-08-27 11:44 AM
Something using WS281x LED strings?
https://www.edn.com/design/led/4438797/Tips-and-tricks-for-driving-WS2811-LED-strips---Part-1
https://www.google.com/search?q=STM32+WS2812b+library
Hopefully your programming skills are better than your googling skills
2019-08-27 11:44 AM
Something using WS281x LED strings?
https://www.edn.com/design/led/4438797/Tips-and-tricks-for-driving-WS2811-LED-strips---Part-1
https://www.google.com/search?q=STM32+WS2812b+library
Hopefully your programming skills are better than your googling skills
2019-08-27 11:59 AM
Thanks Clive,
I was trying to figure out how to answer some of these questions without getting snarky. It's hard.
I mean, the first step in getting any embedded system running is blinking an LED. This raises more and more questions. What kind of LED? Bit banging, timers, SPI LED driver? Which compiler? Do you know the way to San Jose?
Now when people ask me how to get into embedded systems, I just say "practice, baby, practice".
A
2019-08-27 01:37 PM
Thanks... My Googling skill is growing weak but I'd improve it
2019-08-27 01:42 PM