Skip to content

Releases: adafruit/Adafruit_CircuitPython_SSD1306

2.11.5 - Moved default branch to main

03 Jun 19:47
Compare
Choose a tag to compare

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

17 May 19:06
aff8c9d
Compare
Choose a tag to compare

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

04 May 17:37
1473957
Compare
Choose a tag to compare

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

10 Mar 23:31
18afd61
Compare
Choose a tag to compare

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

03 Mar 00:04
Compare
Choose a tag to compare

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

25 Feb 19:50
2b7fe36
Compare
Choose a tag to compare

@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

10 Feb 22:31
Compare
Choose a tag to compare

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

22 Jan 02:34
b7ef7bb
Compare
Choose a tag to compare

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.

06 Dec 14:00
a92acaf
Compare
Choose a tag to compare

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

14 Sep 17:08
e385444
Compare
Choose a tag to compare

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.