Skip to content

Releases: adafruit/Adafruit_CircuitPython_LED_Animation

2.9.3 - Fix For Sphinx RTD Theme

07 Oct 22:31
Compare
Choose a tag to compare

2.9.2 - Fix Pre-Compute Rainbow

26 Aug 14:13
8dda51a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.9.1...2.9.2

2.9.1 - Allow pulse animations to work on low RAM boards

06 Jul 16:04
576a094
Compare
Choose a tag to compare

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

Full Changelog: 2.9.0...2.9.1

Min and Max Intensity for Pulse Animations

05 Feb 19:46
251bcd1
Compare
Choose a tag to compare

What's Changed

  • Restores min_intensity and max_intensity for Pulse animation and smoother transition option by @tylerwinfield in #116

New Contributors

Full Changelog: 2.8.0...2.9.0

2.8.0 - Add optional start color for ColorCycle

27 Dec 21:44
35d8c01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.7.5...2.8.0

2.7.5 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:44
Compare
Choose a tag to compare

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

25 Sep 16:01
Compare
Choose a tag to compare

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

07 Aug 01:07
ed8e0ba
Compare
Choose a tag to compare

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.

2.7.2 - Updated .pylintrc, fixed jQuery

26 May 16:10
Compare
Choose a tag to compare

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

18 May 15:37
Compare
Choose a tag to compare

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.