Skip to content

1.3.0 - Use Numpy if Available for image()

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 25 Apr 22:38
· 45 commits to main since this release
1e77578

This release will use numpy if it is available for increased efficiency when using the image(). If numpy isn't available it falls back to the old behavior which is still functional, but takes longer to execute.

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-sharpmemorydisplay.

Read the docs for info on how to use it.