Skip to content

Releases: adafruit/Adafruit_Blinka_Displayio

Bug Fixes

29 Jun 21:20
1e01f5e
Compare
Choose a tag to compare

This release includes the following bug fixes:

  • Fixes a divide by zero error when a tilegrid has no width or height
  • Fixes a refresh bug that cause displayio to become very slow

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

Read the docs for info on how to use it.

Optimizations

26 Jun 00:49
e74f23c
Compare
Choose a tag to compare

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

23 Jun 22:58
ef27047
Compare
Choose a tag to compare

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

23 Jun 21:10
a310553
Compare
Choose a tag to compare

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

16 Jun 18:54
f6cecfd
Compare
Choose a tag to compare

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

09 Jun 17:42
1b32b97
Compare
Choose a tag to compare
  • 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

08 Jun 22:54
4a67419
Compare
Choose a tag to compare

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.