aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-08-09 20:58:49 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-08-09 20:58:49 -0400
commita3980cebcc041d4f07063d17b34837bcba5138a2 (patch)
tree306afe71629f1987f0fb1b18e3811583792151bb /config/example-extras.cfg
parent3d38211b8ab0b4736cdcd7e4b3f3a05bb598db3e (diff)
downloadkutter-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.cfg3
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