Skip to content

0.11.0 - Fix for builds without longint

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 25 Jun 18:14
0d193cd

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.