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](https://adafruit-blinka-displayio.readthedocs.io/en/latest/) for info on how to use it.
0.11.1
To use in CPython, `pip3 install adafruit-blinka-displayio`.
Read the [docs](https://adafruit-blinka-displayio.readthedocs.io/en/latest/) for info on how to use it.
0.11.0
This release remove ImageFont.getsize() usage for Pillow 10.0.0. Thank you FoamyGuy
To use in CPython, `pip3 install adafruit-blinka-displayio`.
Read the [docs](https://adafruit-blinka-displayio.readthedocs.io/en/latest/) for info on how to use it.
0.10.4
This release resolves an issue with TileGrid flip_x, flip_y and transpose_xy. Thank you s-ol.
To use in CPython, `pip3 install adafruit-blinka-displayio`.
Read the [docs](https://adafruit-blinka-displayio.readthedocs.io/en/latest/) for info on how to use it.
0.10.3
This release resolves an issue resulting in attempting to re-use threads when the auto_refresh property is set more than once in the same script. Thank you bablokb.
To use in CPython, `pip3 install adafruit-blinka-displayio`.
Read the [docs](https://adafruit-blinka-displayio.readthedocs.io/en/latest/) for info on how to use it.
0.10.2
Added `FontProtocol` to `fonio` module, used for type annotations regarding fonts.
To use in CPython, `pip3 install adafruit-blinka-displayio`.
Read the [docs](https://adafruit-blinka-displayio.readthedocs.io/en/latest/) for info on how to use it.