Skip to content

Commit a8ad8eb

Browse files
authored
Add files via upload
fixed description removed reference to advance_on_cycle_complete as not used now
1 parent 1a600cf commit a8ad8eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/led_animation_customcolorchase.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
This example displays the basic animations in sequence, at a five second interval.
2+
This example displays custom color chase animations in sequence, at a six second interval.
33
44
For NeoPixel FeatherWing. Update pixel_pin and pixel_num to match your wiring if using
55
a different form of NeoPixels.
@@ -59,7 +59,6 @@
5959
custom_color_chase_bgp,
6060
custom_color_chase_br,
6161
advance_interval=6,
62-
# advance_on_cycle_complete=True,
6362
auto_clear=True,
6463
)
6564

0 commit comments

Comments
 (0)