neopixel: Add support for WS2811 RGB pixel color order

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-08-09 20:58:49 -04:00
parent 3d38211b8a
commit a3980cebcc
2 changed files with 20 additions and 14 deletions

View File

@@ -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