Hi, I’m trying to figure out how to display more than 3 colors in a single wLED strip of 116 LEDs. I believe this might be able to be achieved using multiple segments.
Currently I have the single segment, 3-colors out of the 5 working. It shows each color in groups of 5 LEDs and then repeats over and over. I would like this same functionality except with 5 colors.
Here is my current JSON:
{“bri”:128,“seg”:{“col”:[[138,43,226],[255,105,180],[255,215,0]],“fx”:84,“sx”:128,“ix”:128,“pal”:0}}
Thank you everyone.