Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Text

2.18.3 Advanced Example

07 Apr 00:07
d863924
Compare
Choose a tag to compare

This release includes a comprehensive new advanced example script that shows

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.18.2 - Keyword Argument Validation

30 Mar 02:15
d09bac7
Compare
Choose a tag to compare

This version will raise an error if incorrect arguments are used.

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.18.1 - Examples in Docs

28 Mar 21:14
a94b7d8
Compare
Choose a tag to compare

This release contains a fix in the docs to link all of the example scripts.

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.18.0 - BitmapLabel Direction

28 Mar 20:06
1da9501
Compare
Choose a tag to compare

This release contains a new label_direction feature for bitmap_label to allow it to be rotated into different orientations. See the docs for details. Thank you to @jposada202020 for this enhancement.

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.17.0 - Directional Label

19 Mar 01:25
a3112cd
Compare
Choose a tag to compare

This release contains a new label_direction feature for label to allow it to be rotated into different orientations. See the docs for details.

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.16.1 - Improved Docs

19 Mar 01:16
a71adcd
Compare
Choose a tag to compare

This release contains fixes in the readthedocs pages. Thank you @lesamouraipourpre

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.16.0 - Baseline Anchor Point

14 Mar 02:34
1f3dc11
Compare
Choose a tag to compare

This version allows you to use my_text.baseline as the y value in the anchor_point to set the anchored_position relative to the baseline. Helpful for lining up fonts of different sizes to look nicely next to each other.

Also included in this version is a new example font file, a small update to one example to use it. Lastly the library code now includes type hints.

Thank you to @jposada202020 for these contributions.

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.15.5 - Fix for background_color setter

11 Mar 23:10
5934db7
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.

2.15.4 - Fix for tab characters

10 Mar 02:54
b6c4b1e
Compare
Choose a tag to compare

This release includes a fix for \t characters. Previously they were ignored entirely. Now they are replaced by 4 spaces by default. A new parameter tab_replacement can be used to change the behavior to use other characters if you need. Thank you @jposada202020!

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.15.3 - BitmapLabel fix for some fonts

10 Mar 00:34
815354d
Compare
Choose a tag to compare

This release includes a fix for BitmapLabel that gracefully handles fonts where glyphs exceed the ascent size property of the font.

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.