mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-06 06:47:43 -07:00
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:
parent
090fcf928f
commit
babb067b60
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue