Just wondering if there’s a simple way to turn all the LEDs in a strip on at the same time. The same color for all would be fine for now.
I’ve messed around (successfully) a little with arrays to turn on sets of LEDs but, judging from the colorpalette code I’ve loaded and run, there must be a more efficient way.
I’ll keep re-reading and the colorpalette code sketch and try some experimental edits, but thought I’d ask in case anyone had time to point me in the right direction.
…which allows me to specify specific blocks of leds to apply a gradient to. I’m going to mess around with things and see if I can somehow use the same principal for fill_solid.
That’s one of the upsides to coding – you might mess something up, but you never really BREAK anything!
EDIT: Just found the following… now I just need to figure out how it works and how to make it work for me.