diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-10-08 20:06:59 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-10-29 12:00:25 -0400 |
commit | 7263077db5a04f94bfe51c44984e37c0f05dfc8c (patch) | |
tree | bfc6d5ba8aefed5193b0d15d29e8b31fc44b7a2b /config/example-extras.cfg | |
parent | 2bb30265b513269f5e749f87a424bf6772f7fc11 (diff) | |
download | kutter-7263077db5a04f94bfe51c44984e37c0f05dfc8c.tar.gz kutter-7263077db5a04f94bfe51c44984e37c0f05dfc8c.tar.xz kutter-7263077db5a04f94bfe51c44984e37c0f05dfc8c.zip |
neopixel: Add support for RGBW LEDs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-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 |