Releases: adafruit/Adafruit_CircuitPython_Display_Text
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.
2.9.3 - Added Matrix Portal 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.2 - Adding init file for python package
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.1 - Updated BitmapLabel documentation
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.0 - bitmap_label: Made text, line_spacing and scale mutable
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.8.3 - Bug fixes
Fixes related to bounding box size and label position when used with script style fonts or strings with newlines. Thanks @kmatch98 for the fixes!
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.