Releases: adafruit/Adafruit_CircuitPython_SharpMemoryDisplay
1.4.4 - Fixed version string
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.
1.4.3 - Switched to pyproject.toml
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.
1.4.2 - Added cp.org link to index.rst
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.
1.4.1 - Repo documentation and config updates
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.
1.4.0 - Use Bus Device
This releases uses bus_device SPIDevice internally for communication. Thanks @tekktrik for this enhancement. API and functionality are unchanged.
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.
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.
1.2.9 - Updated documentation link, python version
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.
1.2.8 - Updated pylint version, linted
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.
1.2.7 - Moved pylint from build.yml to .pre-commit-config.yml
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.
1.2.6 - Fixed issue with Black and Pylint versions in the pre-commit config
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.