Releases: adafruit/Adafruit_CircuitPython_SSD1306
2.11.5 - Moved default branch to main
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-ssd1306
.
Read the docs for info on how to use it.
2.11.4 - Fixed issue about reading cpu load
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-ssd1306
.
Read the docs for info on how to use it.
2.11.3 - Changed write_framebuf to cleanly request i2c_device with page addressing
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-ssd1306
.
Read the docs for info on how to use it.
2.11.2 - Fixed SPI class by adding page addressing mode option
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-ssd1306
.
Read the docs for info on how to use it.
2.11.1 - 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-ssd1306
.
Read the docs for info on how to use it.
2.11.0 - Added page addressing mode to extend compatibility to more displays
@adamcandy Thanks for the PR!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-ssd1306
.
Read the docs for info on how to use it.
2.10.2 - 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-ssd1306
.
Read the docs for info on how to use it.
2.10.1 - Moved to pre-commit, added licensing info
pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.
You can run pre-commit locally with pre-commit run --all-files
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-ssd1306
.
Read the docs for info on how to use it.
2.10.0 - Added Support For 64x32 Displays.
Thank you @adamcandy for adding support for different hardware variants!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-ssd1306
.
Read the docs for info on how to use it.
2.9.2 - Updated README.rst
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-ssd1306
.
Read the docs for info on how to use it.