Is your feature request related to a problem? Please describe.
NeoPixel elements only support RGB emitters (R=Red, G=Green, B=Blue),
But ther are many other LEDs and strips out there with RGBW, RGBWW, RGBNW, WW, CW, NW, WWA emitters!
W=ColdWhite(bluish), WW=WarmWhite(yellowish), NW=NatrualWhite, A=Amber(orange)

Describe the solution you'd like
Add a type/colors/emitters attribute to the NeoPixel LED and strip elements - the default will be RGB,
but the user can set it to RGBW for example -
(uses the SK6812 chipset that "takes" 32bits of color data instead of 24bits of the WS2812 - see the links above)
The letters order is also important - some NeoPixels have different RGB order.
Also adding NeoPixels to the Docs page will be useful :)
I have the RGBW and WWA LEDs and strip and they are very nice - the white looks much better than the WS2812 that have to combine RGB resulting in 3 separate shadows and poor mixed white color,
The slight disadvantage is that the blue emitter makes the white phosphor to glow a bit..
Is your feature request related to a problem? Please describe.
NeoPixel elements only support RGB emitters (R=Red, G=Green, B=Blue),
But ther are many other LEDs and strips out there with RGBW, RGBWW, RGBNW, WW, CW, NW, WWA emitters!
W=ColdWhite(bluish), WW=WarmWhite(yellowish), NW=NatrualWhite, A=Amber(orange)
Describe the solution you'd like
Add a
type/colors/emittersattribute to the NeoPixel LED and strip elements - the default will be RGB,but the user can set it to RGBW for example -
(uses the SK6812 chipset that "takes" 32bits of color data instead of 24bits of the WS2812 - see the links above)
The letters order is also important - some NeoPixels have different RGB order.
Also adding NeoPixels to the Docs page will be useful :)
I have the RGBW and WWA LEDs and strip and they are very nice - the white looks much better than the WS2812 that have to combine RGB resulting in 3 separate shadows and poor mixed white color,
The slight disadvantage is that the blue emitter makes the white phosphor to glow a bit..