forgot debug

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 15:37:30 +01:00
parent 60788e3af0
commit 6595af9821
1 changed files with 2 additions and 0 deletions

View File

@ -105,4 +105,6 @@ if __name__ == "__main__":
print("")
for pixel in range(LEDS_PER_PIXEL*5, LEDS_PER_PIXEL*6):
update_led_strip(tuple(eval(rgb_values_list[5])), pixel, strip)
print(pixel)
print("")
time.sleep(1)