I'm currently trying to light up a 32x60 led matrix made of single WS2812B led strips. With the node-red-node-pi-neopixel node, i have to write 10 different msgs if I want to light up 10 leds that are not next to each other. Since the node uses a csv, it there another way to pass a more complex csv that uses ';' to light up more than one array? Like '1,255,255,0;5;2550,255'.
Or if there are other ways, I'm more than happy to here from you!