Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Text

Zero width Tilegrids are no longer created

09 Jul 03:30
48f2fb0
Compare
Choose a tag to compare

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

09 Jul 01:17
f519524
Compare
Choose a tag to compare

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

02 Jul 16:36
225b0b1
Compare
Choose a tag to compare

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

27 Jun 18:31
1dcecb9
Compare
Choose a tag to compare

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

26 Jun 22:46
f5288fc
Compare
Choose a tag to compare

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

24 Jun 14:47
d9ac04e
Compare
Choose a tag to compare

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

24 Jun 00:29
207cbc6
Compare
Choose a tag to compare

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

18 Jun 19:27
cb5e370
Compare
Choose a tag to compare
  • 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

08 Jun 17:37
1f2bf53
Compare
Choose a tag to compare

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

30 May 18:05
463fc68
Compare
Choose a tag to compare

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.