From 7263077db5a04f94bfe51c44984e37c0f05dfc8c Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 8 Oct 2020 20:06:59 -0400 Subject: neopixel: Add support for RGBW LEDs Signed-off-by: Kevin O'Connor --- config/example-extras.cfg | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'config/example-extras.cfg') diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 2291a915..854d38ff 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1354,14 +1354,16 @@ # The number of Neopixel chips that are "daisy chained" to the # provided pin. The default is 1 (which indicates only a single # Neopixel is connected to the pin). -#color_order_GRB: True -# Set the pixel order to green, red, blue. If using the WS2811 chip -# (in 800Khz mode) then set this to False. The default is True. +#color_order: GRB +# Set the pixel order required by the LED hardware. Options are GRB, +# RGB, GRBW, or RGBW. The default is GRB. #initial_RED: 0.0 #initial_GREEN: 0.0 #initial_BLUE: 0.0 +#initial_WHITE: 0.0 # Sets the initial LED color of the Neopixel. Each value should be -# between 0.0 and 1.0. The default for each color is 0. +# between 0.0 and 1.0. The WHITE option is only available on RGBW +# LEDs. The default for each color is 0. # Dotstar (aka APA102) LED support (one may define any number of # sections with a "dotstar" prefix). One may set the LED color via -- cgit v1.2.3-70-g09d2