Skip to content

Releases: adafruit/Adafruit_CircuitPython_LED_Animation

2.7.0 - Added multicolor comet animation

27 Feb 14:58
7fd9f41
Compare
Choose a tag to compare

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.

27 Jan 19:15
b8538c6
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.6.5 - Fixed documentation of background_color in comet

25 Jan 14:53
b101ab8
Compare
Choose a tag to compare

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

24 Jan 03:51
b101ab8
Compare
Choose a tag to compare

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

23 Jan 20:53
9215d08
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.6.2 - Updated comet.py to include a background color

11 Jan 19:39
f2d7fd4
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.6.1 - Optimized animations

12 Nov 19:58
563f608
Compare
Choose a tag to compare

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

24 Oct 16:30
795be50
Compare
Choose a tag to compare

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

26 Aug 02:39
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.5.19 - Broke out animate() logic

22 Aug 19:09
364226f
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.