Releases: adafruit/Adafruit_CircuitPython_LED_Animation
2.7.2 - Updated .pylintrc, fixed jQuery
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-LED-Animation
.
Read the docs for info on how to use it.
2.7.1 - Updated pre-commit hooks
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-led-animation
.
Read the docs for info on how to use it.
2.7.0 - Added multicolor comet animation
Added the new MulticolorComet
animation via adafruit_led_animation.multicolor_comet
. Additionally adds some missing documentation of parameters. Thanks @FoamyGuy!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-led-animation
.
Read the docs for info on how to use it.
2.6.6 - Added documentation for background_color in comet.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-led-animation
.
Read the docs for info on how to use it.
2.6.5 - Fixed documentation of background_color in comet
This release improves the documentation of the background_color
parameter in comet.py
. Thank you! @tlyu
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-led-animation
.
Read the docs for info on how to use it.
2.6.4 - Fixed RainbowComet behavior
Fixed bug caused by improper number of arguments passed by RainbowComet
to it's parent class Comet
. Thanks @tlyu!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-led-animation
.
Read the docs for info on how to use it.
2.6.3 - Fixed documentation of bounce
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-led-animation
.
Read the docs for info on how to use it.
2.6.2 - Updated comet.py to include a background color
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-led-animation
.
Read the docs for info on how to use it.
2.6.1 - Optimized animations
Improved the speed of the comet and chase (marquee) animations by eliminating expensive operations. Thanks @jepler!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-led-animation
.
Read the docs for info on how to use it.
2.6.0 - Sequence Previous Function
This release adds a previous()
function to the Sequence class that acts as the opposite of next()
. Thank you @arturo182!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-led-animation
.
Read the docs for info on how to use it.