diff options
author | Tim Abraham <timothyabe93@gmail.com> | 2022-01-12 12:18:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 12:18:08 -0500 |
commit | babb067b60e5a0b29fa8657faf01a709483b33b1 (patch) | |
tree | b8cd1292548f6fcdcc1d2b7a89436e3e1c43e723 /docs/Config_Reference.md | |
parent | 090fcf928fcbd36fa6e4e90fd6c52967ad5d420d (diff) | |
download | kutter-babb067b60e5a0b29fa8657faf01a709483b33b1.tar.gz kutter-babb067b60e5a0b29fa8657faf01a709483b33b1.tar.xz kutter-babb067b60e5a0b29fa8657faf01a709483b33b1.zip |
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>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index d344310a..4c78b550 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -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 |