neopixel: add BGR for neopixel (#5160)

Signed-off-by: Thomas Liebold <electron2410@gmail.com>
This commit is contained in:
electron2410 2022-03-14 17:30:58 +01:00 committed by GitHub
parent 7731c30422
commit 02d770ae3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

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