Releases: adafruit/Adafruit_Blinka_Displayio
Added eInk Support
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
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.
First Major Release
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
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.
Update for Pillow 10
Bug Fixes
0.10.3 - Auto Refresh Threading Fix
0.10.2 - Added FontProtocol for type annotations
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
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.
Fix reversed rotation
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.