Releases: adafruit/Adafruit_CircuitPython_Display_Text
3.1.0 - Outlined Label
3.0.6 - Fix RTD Docs Build and Unpin Sphinx
Changes: 3.0.5...3.0.6
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-display-text
.
Read the docs for info on how to use it.
3.0.5 - Replace .show() in README
3.0.4 - replace .show()
What's Changed
- replace depreciated .show() by @RetiredWizard in #198
New Contributors
- @RetiredWizard made their first contribution in #198
Full Changelog: 3.0.3...3.0.4
3.0.3 - Fallback If Missing bitmaptools
What's Changed
- chore: allow use of bitmap_label without bitmaptools by @imnotjames in #196
New Contributors
- @imnotjames made their first contribution in #196
Full Changelog: 3.0.2...3.0.3
3.0.2 - Force x value to be positive in case first character is kerned
3.0.1 - Fix RTD Theme Issue
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-display-text
.
Read the docs for info on how to use it.
3.0.0 - Allow use of bitmaptools.blit()
Allow the usage of bitmaptools.blit()
, which will be available in CircuitPython 9.0. While the change here is backward-compatible, signaling the use of new API additions through a major revision bump seems appropriate. Thanks @FoamyGuy!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-Display-Text
.
Read the docs for info on how to use it.
2.28.3 - Updated .pylintrc, fixed jQuery
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-Display-Text
.
Read the docs for info on how to use it.
2.28.2 - Updated pre-commit hooks
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-display-text
.
Read the docs for info on how to use it.