Releases: adafruit/Adafruit_CircuitPython_Slideshow
1.6.0 OnDiskBitmap Update
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
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
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
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
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
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
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
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!
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
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.