Releases: adafruit/Adafruit_CircuitPython_Display_Text
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.
Updated for release in PyPI
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.
Glyph check
- Add a check for NoneType glyphs used in computing bounding box.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
2.7.0 - Better background color handling, beter group full handling
This release includes:
- Better background color handling for label. It will now create a background over the entire string, not each character individually. See #49 for more information.
- Better handling when the
group full
exception is raised. See #48 for more information.
Special thanks to @kmatch98 and @FoamyGuy for their amazing PRs
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Fix error from text not set in constructor and account for trailing spaces in bounding_box
This release includes:
- Fix an exception raised when the text was not set in the constructor and tried to be set from the
.text
property. - Fix the bounding_box to account for trailing whitespace.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.