Releases: adafruit/Adafruit_CircuitPython_LED_Animation
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.
2.5.20 - Made copyright stay up to date in docs/conf.py
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.5.19 - Broke out animate() logic
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.5.18 - Switched to pyproject.toml
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.5.17 - Added cp.org link to index.rst
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.5.16 - Repo documentation and config updates
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.5.15 - Reformatted library to match latest black version
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.