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 43aa654 commit cba51fbCopy full SHA for cba51fb
adafruit_led_animation/animation/colorcycle.py
@@ -42,7 +42,7 @@ class ColorCycle(Animation):
42
"""
43
44
# pylint: disable=too-many-arguments
45
- def __init__(self, pixel_object, speed, colors=RAINBOW, start_color=0, name=None):
+ def __init__(self, pixel_object, speed, colors=RAINBOW, name=None, start_color=0):
46
self.colors = colors
47
self.start_color = start_color
48
super().__init__(pixel_object, speed, colors[start_color], name=name)
0 commit comments