diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 10 |
1 files changed, 6 insertions, 4 deletions
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 |