Skip to content

Releases: adafruit/Adafruit_CircuitPython_SharpMemoryDisplay

1.4.4 - Fixed version string

22 Aug 18:46
Compare
Choose a tag to compare

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

09 Aug 19:49
Compare
Choose a tag to compare

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

09 Jun 18:08
Compare
Choose a tag to compare

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

07 Jun 16:58
Compare
Choose a tag to compare

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

25 Apr 22:55
e1f8e38
Compare
Choose a tag to compare

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()

25 Apr 22:38
1e77578
Compare
Choose a tag to compare

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

04 Feb 20:23
Compare
Choose a tag to compare

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

15 Nov 18:20
Compare
Choose a tag to compare

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

02 Mar 23:51
Compare
Choose a tag to compare

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

10 Feb 22:20
Compare
Choose a tag to compare

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.