I am running the Fire2012 example script from the fastLED library. I would like to have 4 different strips run the same script, but each strip be a different iteration. (its supposed to be fire so each strip should be somewhat random). Can anyone help me out or point me in the right direction? Thanks!
I used combo of the Fire2012 and added in examples of FastLED multi strip array codes… strings of equal count on seperate pins. addLeds then in each iteration through cooling,heat,sparkle for each string… made candlesticks with internal fire
A few years ago I managed to modify the Fire2012 sketch for 8 strips. This is the whole sketch that includes a lot more stuff than just the fire but you should be able to compare the Fire parts in my sketch to the original to understand how I did it. Good luck…