Hi
New to this group. Stopped in cause I have a question I was hoping to get help with. I will apologise now, I’m not very good with code. I’ve never had to write in my own code, just been able to get by piecing together the work of others. Odds are this will have a very simple solution, but my brain isn’t wrapping itself around it ![]()
I’m building an led hoop skirt for my wife. It will have four strips of ws2812b leds, arranged horizontally, parallel to each other. Each strip will have a different number of leds, smallest at the top, increasing to largest at the bottom. She wants an animated effect, basically a color wipe, going from top to bottom. So all leds on each strip will be the same color, but each strip will be a different color, with the strips slowly changing. I also want to be able to change the color palette with a button press.
This animated neopixel glow scarf has the effect and function I want (linked to code section)
I am just wondering how to edit the code so each strip is all one color, and the color changes between the strips instead of between individual pixels. I plan on using an arduino micro (open to other board suggestions, I also have teensy, flora, gemma, and uno on hand), so I can assign each strip to a different pin, or wire them all together on one pin, whichever is easier.
I’ve gotten as far as figuring out I will probably need to #define each led strip. Then my mind goes completely blank on how to proceed from there, lol.