Reduce 128 to 64 to match the LEDs on this module.

This commit is contained in:
2024-07-20 16:24:37 -05:00
parent f1579cd45d
commit 6596124fd2

View File

@@ -1,4 +1,4 @@
NUM_LEDS = 128
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