neopixel: Update neopixel.py to add BRG color order (#5110)

Add BRG color option.
Document BRG color option.

Signed-off-by: Timothy Abraham <Timothyabe93@gmail.com>
This commit is contained in:
Tim Abraham
2022-01-12 12:18:08 -05:00
committed by GitHub
parent 090fcf928f
commit babb067b60
2 changed files with 4 additions and 2 deletions

View File

@@ -2560,7 +2560,7 @@ pin:
# Neopixel is connected to the pin).
#color_order: GRB
# Set the pixel order required by the LED hardware. Options are GRB,
# RGB, GRBW, or RGBW. The default is GRB.
# RGB, BRG, GRBW, or RGBW. The default is GRB.
#initial_RED: 0.0
#initial_GREEN: 0.0
#initial_BLUE: 0.0