Update test.py

master
Ebbe Baß 2021-11-08 21:47:32 +01:00
parent 51e1258ebb
commit 2dd02c3201
1 changed files with 3 additions and 3 deletions

View File

@ -53,8 +53,8 @@ if __name__ == '__main__':
try:
while True:
blink(strip, Color(255,0,0), Color(255,255,255))
setColor(strip, Color(255,0,0))
rainbowCycle(strip)
#blink(strip, Color(255,0,0), Color(255,255,255))
#setColor(strip, Color(255,0,0))
#rainbowCycle(strip)
except KeyboardInterrupt:
setColor(strip, Color(0,0,0))