Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Text

2.8.1 - Fix anchored position rounding issue

18 Aug 18:58
54acb53
Compare
Choose a tag to compare

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

27 Jul 19:30
ab0158d
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 bug with text overwriting itself sometimes

13 Jul 16:39
dd13c49
Compare
Choose a tag to compare

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

09 Jul 15:51
fa74a7c
Compare
Choose a tag to compare

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

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.