From 6596124fd27be66bb1c2c1268f3e2e526e894017 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 20 Jul 2024 16:24:37 -0500 Subject: [PATCH] Reduce 128 to 64 to match the LEDs on this module. --- Firmware/CONFIG/LED_MANAGER.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/CONFIG/LED_MANAGER.py b/Firmware/CONFIG/LED_MANAGER.py index 5acc2bb..78e1bed 100644 --- a/Firmware/CONFIG/LED_MANAGER.py +++ b/Firmware/CONFIG/LED_MANAGER.py @@ -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