neopixel: Add support for WS2811 RGB pixel color order
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user