File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 47
47
__version__ = "0.0.0-auto.0"
48
48
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation.git"
49
49
50
+
50
51
class AnimationGroup :
51
52
"""
52
53
A group of animations that are active together. An example would be grouping a strip of
Original file line number Diff line number Diff line change 50
50
__version__ = "0.0.0-auto.0"
51
51
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation.git"
52
52
53
+
53
54
class Rainbow (Animation ):
54
55
"""
55
56
The classic rainbow color wheel.
Original file line number Diff line number Diff line change 51
51
__version__ = "0.0.0-auto.0"
52
52
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation.git"
53
53
54
+
54
55
class AnimationSequence :
55
56
"""
56
57
A sequence of Animations to run in succession, looping forever.
Original file line number Diff line number Diff line change 51
51
__version__ = "0.0.0-auto.0"
52
52
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation.git"
53
53
54
+
54
55
class Sparkle (Animation ):
55
56
"""
56
57
Sparkle animation of a single color.
You can’t perform that action at this time.
0 commit comments