Releases: adafruit/Adafruit_CircuitPython_LED_Animation
2.10.1 - Fix Comet With Tail Length >256
What's Changed
Full Changelog: 2.10.0...2.10.1
2.10.0 - Period Property For Rainbow
What's Changed
Full Changelog: 2.9.3...2.10.0
2.9.3 - Fix For Sphinx RTD Theme
Full Changelog: 2.9.2...2.9.3
2.9.2 - Fix Pre-Compute Rainbow
What's Changed
- Fixes #76 by @indomitableSwan in #120
New Contributors
- @indomitableSwan made their first contribution in #120
Full Changelog: 2.9.1...2.9.2
2.9.1 - Allow pulse animations to work on low RAM boards
What's Changed
- fix(ISSUE-118): move pulse generator from helper to own file to reduce memory footprint when imported by @xsorifc28 in #119
New Contributors
- @xsorifc28 made their first contribution in #119
Full Changelog: 2.9.0...2.9.1
Min and Max Intensity for Pulse Animations
What's Changed
- Restores min_intensity and max_intensity for Pulse animation and smoother transition option by @tylerwinfield in #116
New Contributors
- @tylerwinfield made their first contribution in #116
Full Changelog: 2.8.0...2.9.0
2.8.0 - Add optional start color for ColorCycle
2.7.5 - Fix RTD Docs Build and Unpin Sphinx
Changes: 2.7.4...2.7.5
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.4 - Fix RTD Theme Issue
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.3 - Timed Sequence and Volume Animation
This release contains one new animation VolumeAnimation which is reactive to sound being played from a speaker, as well as a new sequence TimedSequence which can be used to schedule multiple animations to run for specific durations within a sequence. Thank you @gamblor21.
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.