Skip to content

Releases: adafruit/Adafruit_Blinka_Displayio

Fixed issue with PIL and Rounding

15 Feb 19:08
31e29f8
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.

Fixed Discord link

07 Dec 17:35
ac7829c
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.

Fixed issue with group scaling

31 Oct 22:33
cf46de4
Compare
Choose a tag to compare

This release includes the following changes:

  • Fixed issue with group scaling. Thanks @FoamyGuy

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

Read the docs for info on how to use it.

Tilegrid update to avoid race condition

18 Aug 18:33
9a566cf
Compare
Choose a tag to compare

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

08 Jul 16:44
267ed00
Compare
Choose a tag to compare

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

03 Jul 16:05
fdc8aba
Compare
Choose a tag to compare

This release includes the following changes:

  • Added fill_row to Display class. Thanks @FoamyGuy.

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

Read the docs for info on how to use it.

Finished Adding Backlight Control

03 Jul 04:37
2c0d4ae
Compare
Choose a tag to compare

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

01 Jul 15:57
38864ee
Compare
Choose a tag to compare

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

30 Jun 23:48
1715d92
Compare
Choose a tag to compare

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.

Bug Fixes

30 Jun 18:34
2856ea5
Compare
Choose a tag to compare

This release includes the following bug fixes:

  • Fixes an error when releasing displays
  • Fixes an error that was occurring when no reset is passed in

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

Read the docs for info on how to use it.