Skip to content

Releases: adafruit/Adafruit_CircuitPython_LED_Animation

2.10.1 - Fix Comet With Tail Length >256

Choose a tag to compare

@FoamyGuy FoamyGuy released this 18 Dec 18:46
0d782f8

What's Changed

Full Changelog: 2.10.0...2.10.1

2.10.0 - Period Property For Rainbow

Choose a tag to compare

@FoamyGuy FoamyGuy released this 13 Dec 17:29
bcdedb2

What's Changed

Full Changelog: 2.9.3...2.10.0

2.9.3 - Fix For Sphinx RTD Theme

Choose a tag to compare

@FoamyGuy FoamyGuy released this 07 Oct 22:31

Full Changelog: 2.9.2...2.9.3

2.9.2 - Fix Pre-Compute Rainbow

Choose a tag to compare

@FoamyGuy FoamyGuy released this 26 Aug 14:13
8dda51a

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

Choose a tag to compare

@dhalbert dhalbert released this 06 Jul 16:04
576a094

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

Choose a tag to compare

@FoamyGuy FoamyGuy released this 05 Feb 19:46
251bcd1

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

Choose a tag to compare

@dhalbert dhalbert released this 27 Dec 21:44
35d8c01

What's Changed

New Contributors

Full Changelog: 2.7.5...2.8.0

2.7.5 - Fix RTD Docs Build and Unpin Sphinx

Choose a tag to compare

@FoamyGuy FoamyGuy released this 09 Dec 17:44

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

Choose a tag to compare

@FoamyGuy FoamyGuy released this 25 Sep 16:01

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

Choose a tag to compare

@FoamyGuy FoamyGuy released this 07 Aug 01:07
ed8e0ba

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.