modify led count
This commit is contained in:
parent
76937482ed
commit
762dc688e8
1 changed files with 1 additions and 1 deletions
2
leds.py
2
leds.py
|
@ -77,7 +77,7 @@ def socket_loop():
|
||||||
def loop():
|
def loop():
|
||||||
socket_thread = threading.Thread(target=socket_loop)
|
socket_thread = threading.Thread(target=socket_loop)
|
||||||
lcd = lcd_manager.Adafruit_CharLCD()
|
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()
|
socket_thread.start()
|
||||||
while True:
|
while True:
|
||||||
logger.debug("loop")
|
logger.debug("loop")
|
||||||
|
|
Loading…
Reference in a new issue