Skip to content

Releases: adafruit/Adafruit_CircuitPython_Slideshow

1.6.0 OnDiskBitmap Update

22 Jul 22:56
ea337b9
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

Added eInk Support

16 Nov 16:52
9cfed13
Compare
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.