diff options
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 |