First Commit
This commit is contained in:
6
Firmware/CONFIG/LED_MANAGER.py
Normal file
6
Firmware/CONFIG/LED_MANAGER.py
Normal file
@@ -0,0 +1,6 @@
|
||||
NUM_LEDS = 128
|
||||
LED_PIN = 0
|
||||
BRIGHTNESS = 9.0 # Set brightness of animations here, 0-1.0
|
||||
MAX_SOLID_BRIGHTNESS = 100 # Set solid color max brightness here 0-255
|
||||
# Pick between chase, rainbows, and alternating_blinkies.
|
||||
STARTING_ANIMATION="rainbows"
|
||||
Reference in New Issue
Block a user