1.3.0 - Use Numpy if Available for image()
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.