Releases: adafruit/Adafruit_CircuitPython_Display_Text
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.
Fixed bug with text overwriting itself sometimes
Fixed bug with text overwriting itself sometimes. Thanks @kmatch98.
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.
Tilegrids regenerated upon text change
Tilegrids regenerated upon text change to fix an indexing error and still not use zero-width tilegrids. Thanks @kmatch98.
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.
Zero width Tilegrids are no longer created
Fixed an issue that was creating empty tilegrids due to font parameters. Thanks @kmatch98.
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.
Fixes empty bitmaps and text shifting
Fixed empty bitmaps and text shifting/disappearing issue. Thanks @kmatch98.
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.
Fixed anchor position when text is scaled
Fixed anchor position when text is scaled. 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.7.5 - Fix off by one issue with max_glyphs
Thank you kjw for reporting this 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.
Updated setup.py
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.
Fixed Pylint 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.