Adafruit_CircuitPython_LED_.../adafruit_led_animation
Taylor Yu 58bc776678 rainbowcomet: add missing arg initing base class
In RainbowComet, the call to `super().__init__()` was missing the
`background_color` argument. This caused strange effects when
non-default arguments were passed.

For example, setting `reverse=True` resulted a red comet with a
tail length of 1, and setting `bounce=True` resulted in a reversed
rainbow comet.

Signed-off-by: Taylor Yu <code@argon.blue>
2023-01-22 14:38:02 -06:00
..
animation rainbowcomet: add missing arg initing base class 2023-01-22 14:38:02 -06:00
__init__.py "Reformatted per new black version" 2022-03-29 18:15:55 -04:00
color.py Updating to use rainbowio. 2021-09-23 17:44:52 -04:00
grid.py Ran pre-commit, added licenses 2021-01-12 10:37:24 -05:00
group.py Merge pull request #100 from vm0824/fix-short-circuit-group-animate 2022-08-17 10:57:40 -04:00
helper.py Ran pre-commit, added licenses 2021-01-12 10:37:24 -05:00
sequence.py sequence: Add a function to play the previous animation 2022-08-22 15:35:27 +02:00