Skip to content

Releases: adafruit/Adafruit_CircuitPython_ImageLoad

0.13.0 - Fix setup.py

31 Oct 21:54
d3f5d12
Compare
Choose a tag to compare

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

25 Oct 23:42
1aecf3f
Compare
Choose a tag to compare

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

03 Sep 18:03
32f1768
Compare
Choose a tag to compare

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

20 Aug 03:44
4aa1c1c
Compare
Choose a tag to compare

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

13 Jul 17:20
e23dfde
Compare
Choose a tag to compare

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

10 Jul 13:50
Compare
Choose a tag to compare

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

09 Jul 21:03
Compare
Choose a tag to compare

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.2 - Added some more documentation to the README about accepted bitmaps

01 Jul 15:19
1967a6a
Compare
Choose a tag to compare

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.

Fix PyPI installation

27 Jun 00:10
063f294
Compare
Choose a tag to compare

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.0 - Fix for builds without longint

25 Jun 18:14
0d193cd
Compare
Choose a tag to compare

This release includes a fix that allows the library to work on builds of Circuit Python that have longint disabled, such as the Pew Pew M4.

Negative height BMP files require longint in order to work. So they are not supported on builds without longint.

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.