Releases: adafruit/Adafruit_Blinka_Displayio
Bug Fixes
Optimizations
This release includes the following changes:
- Image Processing Optimizations
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.
Fixed issue with PyPI installation
This release includes the following changes:
- An issue where installing via PyPI resulting in a Module not found error was resolved
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.
Minor Bug Fixes
This release includes the following changes:
- Changed Fontio to use positional arguments rather than keyword arguments
- SPI now waits until a lock has been established
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.
OnDiskBitmap Support and other Improvements
This release includes the following changes:
- Display Rotation Support added
- Basic Backlight Support added
- Fixes to work with the SSD1351 display
- Fixes to work with the SSD1331 display
- OnDiskBitmap Support added
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.
Fixed off by one display drawing issue
-
Fixed a display drawing issue that came to light when testing the HX8357
-
Removed a delay that was left in from testing
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.
Initial Release
Early initial release to allow displayio drivers to add this module as a dependency.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.