Skip to content

Releases: adafruit/Adafruit_CircuitPython_SSD1675

1.3.2 - Fix For Sphinx RTD Theme

07 Oct 22:20
Compare
Choose a tag to compare

1.3.1 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:34
Compare
Choose a tag to compare

Changes: 1.3.0...1.3.1

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

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

Read the docs for info on how to use it.

1.3.0 - remove .show() and update to CP9 displayio refactoring

06 Nov 23:30
4a8e3a8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.3...1.3.0

1.2.3 - Fix RTD Theme Issue

25 Sep 15: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-ssd1675.

Read the docs for info on how to use it.

1.2.2 - Updated .pylintrc, fixed jQuery

26 May 16:12
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.2.1 - Updated pre-commit hooks

18 May 15:41
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Fixed partial window addressing

02 May 16:57
aa0df8d
Compare
Choose a tag to compare

This fixes partial window addressing but needs CircuitPython 8.1.0-beta.3 (May 2nd S3 builds) or newer for the underlying support.

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

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

Read the docs for info on how to use it.

1.1.17 - Removed bad argument from ssd1675_2.13_monochrome.py example

28 Mar 18:15
05afbed
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Updated simple test example

27 Feb 16:23
82cb716
Compare
Choose a tag to compare

Updated simple test example. Thanks @jposada202020!

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

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

Read the docs for info on how to use it.

1.1.15 - Added type annotations

26 Aug 21:04
cb628b4
Compare
Choose a tag to compare

Added type annotations for this library. Thanks @tcfranks!

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

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

Read the docs for info on how to use it.