Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-20 17:43:40 +01:00
parent 389112525a
commit 4a6bafa6c5
1 changed files with 1 additions and 1 deletions

View File

@ -96,4 +96,4 @@ if __name__ == "__main__":
# except KeyboardInterrupt:
# for led in range(LED_COUNT):
# update_led_strip((0, 0, 0), led, strip)
update_led_strip((255, 255, 255), 0, strip)
update_led_strip((255, 255, 255), 1, strip)