Updated neopixel count
This commit is contained in:
parent
5a7d6d19ad
commit
0101383362
|
|
@ -5,14 +5,12 @@
|
|||
## Neopixel interface
|
||||
[neopixel neo_status]
|
||||
pin: RGB
|
||||
chain_count: 1
|
||||
#chain_count: 17
|
||||
color_order: RGB
|
||||
#color_order: RGBW
|
||||
chain_count: 17
|
||||
color_order: RGBW
|
||||
initial_RED: 0.1
|
||||
initial_GREEN: 0.5
|
||||
initial_BLUE: 0.0
|
||||
#initial_WHITE: 0.0
|
||||
initial_WHITE: 0.0
|
||||
|
||||
#####################################################################
|
||||
# Macros
|
||||
|
|
|
|||
13
machine.cfg
13
machine.cfg
|
|
@ -212,19 +212,6 @@ cycle_time: 0.010
|
|||
#####################################################################
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Lighting Control
|
||||
#####################################################################
|
||||
## Neopixel interface
|
||||
[neopixel neo_status]
|
||||
pin: RGB
|
||||
chain_count: 1
|
||||
color_order: RGB
|
||||
initial_RED: 0.1
|
||||
initial_GREEN: 0.5
|
||||
initial_BLUE: 0.0
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Advanced Features
|
||||
#####################################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue