Files
3dprinters/DNV-TPU-Ender3/klipper_config/leds/neopixel.cfg
2024-05-28 21:10:07 +02:00

21 lines
720 B
INI

[neopixel ledjes]
pin: PC7
# The pin connected to the neopixel. This parameter must be
# provided.
chain_count: 6
# 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
# Set the pixel order required by the LED hardware (using a string
# containing the letters R, G, B, W with W optional). Alternatively,
# this may be a comma separated list of pixel orders - one for each
# LED in the chain. The default is GRB.
initial_RED: 1.0
initial_GREEN: 1.0
initial_BLUE: 1.0
#initial_WHITE: 0.0
# See the "led" section for information on these parameters.
#[include neopixels.cfg]