Files
CTC_Badge/Firmware/CONFIG/LED_MANAGER.py
2024-07-13 13:05:41 -05:00

6 lines
245 B
Python

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"