6 lines
244 B
Python
6 lines
244 B
Python
NUM_LEDS = 64
|
|
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" |