parent
5cca923ba3
commit
ceb2d9d6ad
1
main.py
1
main.py
|
@ -59,7 +59,6 @@ def fade_in_animation(strip, mode, color):
|
||||||
strip.setPixelColor(i, Color(randint(0, 255), randint(0, 255), randint(0, 255)))
|
strip.setPixelColor(i, Color(randint(0, 255), randint(0, 255), randint(0, 255)))
|
||||||
strip.show()
|
strip.show()
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
debug_print("fade in done")
|
|
||||||
|
|
||||||
def wheel(pos):
|
def wheel(pos):
|
||||||
if pos < 85:
|
if pos < 85:
|
||||||
|
|
Loading…
Reference in New Issue