Skip to content

Releases: adafruit/Adafruit_CircuitPython_ImageLoad

1.15.2 - Extended compatibility for CircuitPython 7

13 Sep 20:59
a26b45c

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.

1.15.1 - Remove max_size usage

02 Jul 23:38
071d6e8

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.

1.15.0 - Added BytesIO support

18 Jun 13:54
17624ad

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.14.3 - Removed _bitmap_readinto fallback

14 Jun 19:29
ffa6224

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.14.2 - Moved default branch to main

11 Jun 15:24

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.14.1 - Fix for 4bit bmps and Beta.4

23 Mar 13:01
7f24d74

Choose a tag to compare

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

20 Mar 02:04
a73fe3b

Choose a tag to compare

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

19 Mar 17:17
28ba6d3

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.13.3 - Moved pylint from build.yml to .pre-commit-config.yml

03 Mar 00:02

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.13.2 - Moved to pre-commit, added licensing info

11 Feb 19:12
f83932d

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-imageload.

Read the docs for info on how to use it.