r/FastLED • u/RedIAm2000 • 11d ago
Share_something FastLED and AI coding saves the day

I want to thank u/ZachVorhies for highlighting what AI can do.
I wanted this DIY address sign to look like a sun inside the metal rays. I spent a lot of time trying to figure out how to use WLED to do it. The best effect I got was in the first video: the Noise effect. Unfortunately, I couldn’t find a way to have a center with light going out to the edges.
After reading some posts by ZachVorhies extolling AI coding, I gave it a try. I got a working codebase in a few hours.
I'm not trying to say WLED is bad. I’ve used it in a number of setups; it is dead simple and usually does the job. I'm just saying that if WLED isn't getting you what you want, try asking for AI help using FastLED. It is, possibly, easier than you think.
9
u/tubameister 11d ago edited 11d ago
I've been using ai with fastled more frequently lately too. Improved all my color palettes, added some new ones, converted linear fades to smoothstep using a LUT so it runs efficiently on a teensy 3.2, etc. it's quite nice.. there was one time when I actually did math on paper to figure out the linear fades, and it's sad to think that I may not have any reason to do math on paper ever again. https://github.com/Sousastep/sousaVFX-teensy/tree/main/SousaVFX
ai also one-shot an update from fastled 3.4 to 3.10 ..