Releases: adafruit/Adafruit_CircuitPython_SSD1675
1.3.2 - Fix For Sphinx RTD Theme
Full Changelog: 1.3.1...1.3.2
1.3.1 - Fix RTD Docs Build and Unpin Sphinx
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
What's Changed
- Replace depreciated .show() & displayio changes by @RetiredWizard in #18
New Contributors
- @RetiredWizard made their first contribution in #18
Full Changelog: 1.2.3...1.3.0
1.2.3 - Fix RTD Theme Issue
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
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
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
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
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
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
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.