Releases: adafruit/Adafruit_Blinka_Displayio
Fixed issue with PIL and Rounding
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.
Fixed Discord link
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.
Fixed issue with group scaling
Tilegrid update to avoid race condition
This release includes the following changes:
- Tilegrid class variables are copied to local variables to avoid possible race condition
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.
Fixed an issue when the objects were significantly out of bounds
This release includes the following changes:
- Tilegrid now checks that objects are going to show up onscreen before attempting to draw them.
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.
Added fill_row to Display class
Finished Adding Backlight Control
This release includes the following changes:
- Finished Adding Backlight Control
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.
Fixed bug with negative positioning
This release includes the following bug fixes:
- Fixes a bug with negative positioning of tilemaps
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.
Displayio better handles empty bitmaps
This release includes the following bug fixes:
- Fixes an issue that was occurring when a zero width or height bitmap was passed in
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.