Skip to content

Releases: adafruit/Adafruit_CircuitPython_SSD1306

2.7.1 - Changed CI from Travis to GitHub Actions

20 Jan 20:19

Choose a tag to compare

This release includes:

  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

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.

Added power property

26 Sep 20:26
c997737

Choose a tag to compare

Added a power property to be able to tell the whether the display is on or off. Thanks @iraytrace!

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

To use in CPython, pip install adafruit-circuitpython-ssd1306.

Read the docs for info on how to use it.

Added some more Pillow examples

26 Sep 20:23
6bc92de

Choose a tag to compare

Ported and updated the examples from Raspberry Pi Guy Learn guide. These require CPython.

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

To use in CPython, pip install adafruit-circuitpython-ssd1306.

Read the docs for info on how to use it.

Updated Pillow Demo Example

25 Sep 17:59
8c8def7

Choose a tag to compare

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

To use in CPython, pip install adafruit-circuitpython-ssd1306.

Read the docs for info on how to use it.

Added Additional Pillow Example

25 Sep 01:25
2d34b26

Choose a tag to compare

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

To use in CPython, pip install adafruit-circuitpython-ssd1306.

Read the docs for info on how to use it.

Update README

16 Sep 21:22
bf99c6f

Choose a tag to compare

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

To use in CPython, pip install adafruit-circuitpython-ssd1306.

Read the docs for info on how to use it.

Updated Examples

10 May 04:18
836b872

Choose a tag to compare

Updated Examples are Adabot approved. Thanks @dherrada

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

To use in CPython, pip install adafruit-circuitpython-ssd1306.

Read the docs for info on how to use it.

Update Pillow requirement info in examples

04 Jan 16:56
d09c0cb

Choose a tag to compare

  • Added banner text to indicate requirements for examples that use Pillow.

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

To use in CPython, pip install adafruit-circuitpython-ssd1306.

Read the docs for info on how to use it.

Updated examples and added linux demos using PIL

28 Dec 17:49
d9a0cf0

Choose a tag to compare

Updated examples and added linux demos using PIL

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

To use in CPython, pip install adafruit-circuitpython-ssd1306.

Read the docs for info on how to use it.

Add support for 'soft framebuf' adafruit_framebuf

22 Dec 18:02
427c934

Choose a tag to compare

We will be removing built-in framebuf and moving to displayio in 4.x. In the meantime (and on boards without space for displayio like the trinket m0) you can have a slow-but-working soft framebuf. this has now been added. Please delete any old framebuf.mpy files and use https://github.com/adafruit/Adafruit_CircuitPython_framebuf instead. Thanks!

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

To use in CPython, pip install adafruit-circuitpython-ssd1306.

Read the docs for info on how to use it.