Updated neopixel count

This commit is contained in:
Zach Schimke 2021-08-17 00:24:40 -07:00
parent 5a7d6d19ad
commit 0101383362
2 changed files with 3 additions and 18 deletions

View File

@ -5,14 +5,12 @@
## Neopixel interface ## Neopixel interface
[neopixel neo_status] [neopixel neo_status]
pin: RGB pin: RGB
chain_count: 1 chain_count: 17
#chain_count: 17 color_order: RGBW
color_order: RGB
#color_order: RGBW
initial_RED: 0.1 initial_RED: 0.1
initial_GREEN: 0.5 initial_GREEN: 0.5
initial_BLUE: 0.0 initial_BLUE: 0.0
#initial_WHITE: 0.0 initial_WHITE: 0.0
##################################################################### #####################################################################
# Macros # Macros

View File

@ -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 # Advanced Features
##################################################################### #####################################################################