Releases: adafruit/Adafruit_Blinka_Displayio
2.1.2 - I2CDisplay Sleep Wake Fix
2.1.1 - Fix I2CDisplay Backwards Compatibility
Add 8.x Backward Compatibility
Removed setup.py in favor of pyproject.toml
What's Changed
- Remove setup.py in favor of pyproject.toml #134 by @makermelissa
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs) for info on how to use it.
Added missing epaperdisplay package
What's Changed
- Add missing epaperdisplay package #133 by @makermelissa
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs) for info on how to use it.
Fix Pyproject.toml so displayio installs correctly
What's Changed
- Fix pyproject.toml packages to match setup.py #132 by @makermelissa
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs) for info on how to use it.
2.0.0 - Update API to match CircuitPython 9.0.0
Breaking Change: API Updated to Match CircuitPython Displayio 9.0.0
What's Changed
- Update to CircuitPython 9.0.0 API #131 by @makermelissa
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs) for info on how to use it.
1.2.2 - Fixed bug that sometimes saved a float where an int was expected
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.
Minor Bug Fixes such as calling reset
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.
Added vectorio and removed Pillow as Requirement
This release adds vectorio and removes Pillow as a requirement.
To use in CPython, pip3 install adafruit-blinka-displayio
.
Read the docs for info on how to use it.