Skip to content

Commit 1ce8780

Browse files
authored
Add files via upload
fix for issue adafruit#56 -- cycle_complete not triggering for Chase animation
1 parent 1498b66 commit 1ce8780

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_led_animation/animation/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def animate(self, show=True):
102102
anim.draw_count += 1
103103
anim.draw()
104104
anim.after_draw()
105-
anim.draw_count += 1
106105

107106
if show:
108107
for anim in self._peers:

0 commit comments

Comments
 (0)