Hi! I have some extra tape from a Feit (Costco) addressable 24v LED strip (shop page). Each pixel has 6 RGB LEDs and 6 pairs of CW/WW (I believe this is CCT) LEDs.
I can get it to run and change colors with various protocol settings (e.g. WS2805) but regardless of which setting I pick, none of the LEDs get set to the right color.
From poking at LED strip drivers, I believe the reason is because this strip is using 7 byte per pixel; 3 for RGB, and then 2 bytes for each of the white LEDs (precisely how the second byteis relevant is not clear to me, I appear to have full range 0->255 on the first byte and ignoring the second entirely).
I am wondering if there is any setting in a standard build of WLED (I just installed 0.15.0-b7 and tried most of the strip options) that can let me match this format? I’d be almost as interested in a solution that just lets me set the RGB bytes and skip the 4 white bytes. I’m also willing to dig in a bit and try to add this data format into a custom build of WLED, but maybe that’s best kept as a fallback.