Skip to content

Releases: adafruit/Adafruit_Blinka_Displayio

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.

Updated requirements

18 Sep 17:47
3cc0a64
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.

Update for Pillow 10

12 Jul 15:23
63ecf20
Compare
Choose a tag to compare

This release remove ImageFont.getsize() usage for Pillow 10.0.0. Thank you @FoamyGuy

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

Read the docs for info on how to use it.

Bug Fixes

27 Mar 15:37
61102c9
Compare
Choose a tag to compare

This release resolves an issue with TileGrid flip_x, flip_y and transpose_xy. Thank you @s-ol.

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

Read the docs for info on how to use it.

0.10.3 - Auto Refresh Threading Fix

20 Jan 22:39
045a45a
Compare
Choose a tag to compare

This release resolves an issue resulting in attempting to re-use threads when the auto_refresh property is set more than once in the same script. Thank you @bablokb.

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

Read the docs for info on how to use it.

0.10.2 - Added FontProtocol for type annotations

18 May 15:48
3b78e06
Compare
Choose a tag to compare

Added FontProtocol to fonio module, used for type annotations regarding fonts.

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

Read the docs for info on how to use it.

Updated Requirements

11 May 21:14
3089355
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.

Fix reversed rotation

25 Mar 23:25
4e77638
Compare
Choose a tag to compare

This may require you to update your code if you were relying on this bug.

This release contains a fix for Data as Command and begins refactoring to keep in line with core displayio.

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

Read the docs for info on how to use it.