Skip to content

Commit 4240a4b

Browse files
committed
Default to auto_clear
1 parent fa7bb0f commit 4240a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_led_animation/sequence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def __init__(
9696
self,
9797
*members,
9898
advance_interval=None,
99-
auto_clear=False,
99+
auto_clear=True,
100100
random_order=False,
101101
auto_reset=False,
102102
advance_on_cycle_complete=False,

0 commit comments

Comments
 (0)