So I have been asked to install a bunch of LED's into a friends fight stick as he knows nothing about them whilst I have a little experience with them. I have used WS2812B's as a backlight for my TV and used a HM-10 for it so i could make an app for it.
I wanted to reuse the app I made as it would mean cutting down the coding process, but I can't get my head around how I would control multiple sets of the strips. I would daisy chain each strip together via the DIN and DO, but when I put this in practice it just lights up the whole strip with whatever I set the first strip to. I believe maybe defining the individual strips would work ( # define LED_STRIP_A)
and then defining how many led are in that strips and applying the code for the different effects or just the RBG value for each pixel would work but I would like some pre-mental breakdown advice before I plunge into this and fail.