Programming question here: Because of very limited space I am using an Arduino Micro with two pins (7,8) going to two groups of LED’s. It’s the same program but what I’d like to attempt is inserting a slight delay onto one of the pins so that the same program is displaying but slightly different on each pin. Is this possible?
BTW I love the fact that FastLED does allow me to use several pinouts for the same program. Thank you everyone.
I believe you are going to want to do this. https://github.com/FastLED/FastLED/wiki/Multiple-Controller-Examples#managing-your-own-output
Freddie, can you provide some more info about the look you’re trying to get?
I didn’t play around with Brian’s suggest since I don’t have a setup with two strips using two pins, but that suggestion is a great one.
I did mess around with using a timer and you might be able to incorporate this idea into the above to control the delay.