Skip to content

Releases: adafruit/Adafruit_Blinka_Displayio

Removed setup.py in favor of pyproject.toml

26 Mar 20:01
4ac2bf6
Compare
Choose a tag to compare

What's Changed

To use in CPython, pip3 install adafruit-blinka-displayio.

Read the docs) for info on how to use it.

Added missing epaperdisplay package

25 Mar 23:10
1920d44
Compare
Choose a tag to compare

What's Changed

To use in CPython, pip3 install adafruit-blinka-displayio.

Read the docs) for info on how to use it.

Fix Pyproject.toml so displayio installs correctly

25 Mar 23:01
c599540
Compare
Choose a tag to compare

What's Changed

To use in CPython, pip3 install adafruit-blinka-displayio.

Read the docs) for info on how to use it.

2.0.0 - Update API to match CircuitPython 9.0.0

20 Mar 17:13
6776bc6
Compare
Choose a tag to compare

Breaking Change: API Updated to Match CircuitPython Displayio 9.0.0

What's Changed

To use in CPython, pip3 install adafruit-blinka-displayio.

Read the docs) for info on how to use it.

1.2.2 - Fixed bug that sometimes saved a float where an int was expected

27 Feb 16:28
09889f5
Compare
Choose a tag to compare

To use in CPython, pip3 install adafruit-blinka-displayio.

Read the docs for info on how to use it.

Minor Bug Fixes such as calling reset

08 Feb 00:07
67549f4
Compare
Choose a tag to compare

To use in CPython, pip3 install adafruit-blinka-displayio.

Read the docs for info on how to use it.

Added vectorio and removed Pillow as Requirement

02 Jan 17:37
57ea21d
Compare
Choose a tag to compare

This release adds vectorio and removes Pillow as a requirement.

To use in CPython, pip3 install adafruit-blinka-displayio.

Read the docs for info on how to use it.

Added eInk Support

02 Oct 21:02
61075a9
Compare
Choose a tag to compare

This release adds eInk support and fixes a couple of issues such as a missing root_group property and a decoding issue with OnDisplayBitmap.

To use in CPython, pip3 install adafruit-blinka-displayio.

Read the docs for info on how to use it.

Bug Fixes and Optimizations

30 Sep 05:38
7e3f147
Compare
Choose a tag to compare

To use in CPython, pip3 install adafruit-blinka-displayio.

Read the docs for info on how to use it.

First Major Release

29 Sep 23:28
cfee25c
Compare
Choose a tag to compare

This release includes a large rewrite of a lot of the code in order to match the latest CircuitPython displayio. Monochrome and grayscale display support has been added.

To use in CPython, pip3 install adafruit-blinka-displayio.

Read the docs for info on how to use it.