Skip to content

Releases: adafruit/Adafruit_CircuitPython_Slideshow

1.7.0 - Moved to pwmio

16 Aug 17:59
dc5f67f

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-slideshow.

Read the docs for info on how to use it.

1.6.0 OnDiskBitmap Update

22 Jul 22:56
ea337b9

Choose a tag to compare

This release contains changes to use the latest API for OnDiskBitmap from the CircuitPython core.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-slideshow.

Read the docs for info on how to use it.

1.5.7 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:56

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-slideshow.

Read the docs for info on how to use it.

1.5.6 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:35

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-slideshow.

Read the docs for info on how to use it.

1.5.5 - Moved from Pulseio.PWMOut to pwmio.PWMOut

02 Feb 19:33
8131b22

Choose a tag to compare

This release is NOT compatible with CircuitPython 5.x

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-slideshow.

Read the docs for info on how to use it.

1.5.4 - Moved to pre-commit, added licensing info

20 Jan 22:59
eb4c9cb

Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-slideshow.

Read the docs for info on how to use it.

1.5.3 - Automatically convert relative paths to absolute paths when the "/" was forgotten

28 Dec 19:06
77f9d3d

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-slideshow.

Read the docs for info on how to use it.

1.5.2 - Improved filepath generation

20 Dec 18:17
0ac710c

Choose a tag to compare

Thank you @orderthruchaos

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-slideshow.

Read the docs for info on how to use it.

1.5.1 - Graceful fallback without json

19 Dec 03:56
21a62ca

Choose a tag to compare

This update allows the library to be used with CPX+Gizmo and other devices without the json module.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-slideshow.

Read the docs for info on how to use it.

Now with support for text slides!

23 Nov 20:29
5f5836d

Choose a tag to compare

Thanks to @FoamyGuy for the new feature!

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-slideshow.

Read the docs for info on how to use it.