diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-08-09 20:58:49 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-08-09 20:58:49 -0400 |
commit | a3980cebcc041d4f07063d17b34837bcba5138a2 (patch) | |
tree | 306afe71629f1987f0fb1b18e3811583792151bb /config/example-extras.cfg | |
parent | 3d38211b8ab0b4736cdcd7e4b3f3a05bb598db3e (diff) | |
download | kutter-a3980cebcc041d4f07063d17b34837bcba5138a2.tar.gz kutter-a3980cebcc041d4f07063d17b34837bcba5138a2.tar.xz kutter-a3980cebcc041d4f07063d17b34837bcba5138a2.zip |
neopixel: Add support for WS2811 RGB pixel color order
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index f3f1d1f8..898e2d33 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1684,6 +1684,9 @@ # The number of Neopixel chips that are "daisy chained" to the # provided pin. The default is 1 (which indices 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. #initial_RED: 0.0 #initial_GREEN: 0.0 #initial_BLUE: 0.0 |