Releases: adafruit/Adafruit_CircuitPython_ImageLoad
1.15.4 - Updated documentation link, python version
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.
1.15.3 - Updated pylint version, linted
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.
1.15.2 - Extended compatibility for CircuitPython 7
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.
1.15.1 - Remove max_size usage
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.
1.15.0 - Added BytesIO support
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.14.3 - Removed _bitmap_readinto fallback
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.14.2 - Moved default branch to main
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.14.1 - Fix for 4bit bmps and Beta.4
This version contains two fixes, one affecting 4bit bmp image files. The other is a fallback option needed for the current release (Beta.4) of CirctuiPython.
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.14.0 - Speed Improvement
This version takes advantage of bitmaptools.readinto() in versions of CircuitPython that have it in order to speed up loading indexed bmp images.
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.4 - Linted to account for new PyLint check
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.