From 762dc688e8f965e2647787259f7aa8cef4a3665c Mon Sep 17 00:00:00 2001 From: Jane Petrovna Date: Mon, 28 Dec 2020 23:28:24 -0500 Subject: [PATCH] modify led count --- leds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leds.py b/leds.py index 23d1d4b..2358556 100644 --- a/leds.py +++ b/leds.py @@ -77,7 +77,7 @@ def socket_loop(): def loop(): socket_thread = threading.Thread(target=socket_loop) lcd = lcd_manager.Adafruit_CharLCD() - this.lights = light_manager.LightStrip() + this.lights = light_manager.LightStrip(string_length=450, brightness=0.6, max_changes=10) socket_thread.start() while True: logger.debug("loop")