I can’t seem to find the option to tell the “Addressable LEDs” analyzer that my data stream is for a SK6812 RGBW LED strip, i.e. follows the WS2812B bit timings but has 32 of those bits per LED, not 24, with the last 8 bits determining the brightness of the additional white pixel.
Does this require a code amendment of the analyzer? Is it in the pipeline? Should be rather straightforward, no?
it might be as simple as adding a new entry to the array here:
The 4th input is the number of channels per pixel. I think it might be as simple as duplicating the WS2812B entry, but change the name and change the number of channels from 3 to 4.
I would normally try to help, but we’re swamped at the moment and I’m not sure when I can get to this. That said, please include a sample capture! (*.sal file)
Also, if you just fork that repo, edit the file, and push your changes, github should automatically compile it for you so you don’t even need to setup for local development! Of course, if you need to do any debugging, you will need to setup a local build.