Releases: adafruit/Adafruit_CircuitPython_Display_Text
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.
Gracefully recover from lack of load_glyphs in a font
Thanks @FoamyGuy for the addition!
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.1 - Fix anchored position rounding issue
This version resolves an issue where setting the text or anchored_position properties could sometimes result in the position of the label shifting unintentionally. Thanks to Jepler for pointing out the issue, as well as Kmatch98 and Foamyguy for the 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.8.0 - Added anchor_point and anchor_position options, stopped creating background bitmap if background_color is None
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.