Fix off animation

This commit is contained in:
Stefan Bethke 2022-07-26 12:27:50 +02:00
commit bbf862a0a2
2 changed files with 2 additions and 1 deletions

1
dmx.py
View file

@ -135,6 +135,7 @@ class DMX:
# one frame black
self._animation = Steady((0, 0, 0))
self.update()
self._animation = Off()
else:
self.start()
print(f"Animation: {animation}", file=sys.stderr)