We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a600cf commit a8ad8ebCopy full SHA for a8ad8eb
examples/led_animation_customcolorchase.py
@@ -1,5 +1,5 @@
1
"""
2
-This example displays the basic animations in sequence, at a five second interval.
+This example displays custom color chase animations in sequence, at a six second interval.
3
4
For NeoPixel FeatherWing. Update pixel_pin and pixel_num to match your wiring if using
5
a different form of NeoPixels.
@@ -59,7 +59,6 @@
59
custom_color_chase_bgp,
60
custom_color_chase_br,
61
advance_interval=6,
62
- # advance_on_cycle_complete=True,
63
auto_clear=True,
64
)
65
0 commit comments