finnally removed animation

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-07-02 10:32:41 +02:00
parent 3bfe66fdb8
commit b098463363
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ def wheel(pos):
return Color(255 - pos * 3, 0, pos * 3) return Color(255 - pos * 3, 0, pos * 3)
else: else:
pos -= 170 pos -= 170
client.publish("server-rack-led/rgb", str(0)+","+str(pos * 3)+","+str(255 - pos * 3))
return Color(0, pos * 3, 255 - pos * 3) return Color(0, pos * 3, 255 - pos * 3)
def rainbowCycle( strip, wait_ms=5, iterations=10): def rainbowCycle( strip, wait_ms=5, iterations=10):