Releases: adafruit/Adafruit_CircuitPython_Display_Text
2.12.2 - Fixed issue with Black and Pylint versions in the pre-commit config
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.12.1 - Updated docstring comments
The docstring comments have been updated. Thank you @jposada202020!
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.12.0 - Implemented ascent and descent feature from Adafruit_CircuitPython_Bitmap_Font
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.11.2 - BitmapLabel Fixes
This release contains fixes for bitmap_label using anchor_point and anchored_position as arguments in the constructor.
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.11.1 - Change Example Font and Licence
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.11.0 - Use Ascent and Decent
This release updates label to make use of the new Ascent and Descent properties feature in the bitmap_font.
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.10.1 - Text Wrapping Fixes
Fixes and improvements to the text wrapping function. Thank you @makermelissa
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.
Text Wrapping Feature added
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.9.5 - MagTag example
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.9.4 - bitmap_label empty text bugfix
Thank you @kmatch98 for this fix.
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.