Releases: adafruit/Adafruit_CircuitPython_ImageLoad
0.13.3 - 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-imageload.
Read the docs for info on how to use it.
0.13.2 - 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-imageload.
Read the docs for info on how to use it.
0.13.1 MagTag Example
This version adds another example script that is made to run on the MagTag
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-imageload.
Read the docs for info on how to use it.
0.13.0 - Fix setup.py
This version resolves an issue preventing pip3 install from working properly.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-imageload.
Read the docs for info on how to use it.
0.12.8 - Fix link in docs
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-imageload.
Read the docs for info on how to use it.
0.11.7 - Ran tests in actions
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-imageload.
Read the docs for info on how to use it.
0.11.6 - Default palette and bitmap parameters
Thank you @dherrada. This version includes defaults for bitmap and palette parameter so that user code does not have to supply them.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-imageload.
Read the docs for info on how to use it.
0.11.5 - build.yml now checks that the README will work on PyPI
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-imageload.
Read the docs for info on how to use it.
0.11.4 - Fixed README rendering for PyPI
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-imageload.
Read the docs for info on how to use it.
0.11.3 - Fixed discord invite link
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-imageload.
Read the docs for info on how to use it.