mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-13 01:37:55 -06:00
neopixel: Add support for RGBW LEDs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
2bb30265b5
commit
7263077db5
4 changed files with 36 additions and 17 deletions
|
@ -1354,14 +1354,16 @@
|
|||
# The number of Neopixel chips that are "daisy chained" to the
|
||||
# provided pin. The default is 1 (which indicates 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.
|
||||
#color_order: GRB
|
||||
# Set the pixel order required by the LED hardware. Options are GRB,
|
||||
# RGB, GRBW, or RGBW. The default is GRB.
|
||||
#initial_RED: 0.0
|
||||
#initial_GREEN: 0.0
|
||||
#initial_BLUE: 0.0
|
||||
#initial_WHITE: 0.0
|
||||
# Sets the initial LED color of the Neopixel. Each value should be
|
||||
# between 0.0 and 1.0. The default for each color is 0.
|
||||
# between 0.0 and 1.0. The WHITE option is only available on RGBW
|
||||
# LEDs. The default for each color is 0.
|
||||
|
||||
# Dotstar (aka APA102) LED support (one may define any number of
|
||||
# sections with a "dotstar" prefix). One may set the LED color via
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue