Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Text

2.11.0 - Use Ascent and Decent

08 Jan 23:12
92733f5

Choose a tag to compare

This release updates label to make use of the new Ascent and Descent properties feature in the bitmap_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.

2.10.1 - Text Wrapping Fixes

22 Dec 00:36
8717242

Choose a tag to compare

Fixes and improvements to the text wrapping function. Thank you @makermelissa

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.

Text Wrapping Feature added

04 Dec 22:29
9bc4d2b

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.9.5 - MagTag example

22 Nov 21:26
f86e1af

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.9.4 - bitmap_label empty text bugfix

14 Nov 20:06
ff71151

Choose a tag to compare

Thank you @kmatch98 for this 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.9.3 - Added Matrix Portal Example

06 Nov 15:58
957335c

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.9.2 - Adding init file for python package

19 Oct 23:10
0c57ae8

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.9.1 - Updated BitmapLabel documentation

05 Sep 18:29
df94e2f

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.9.0 - bitmap_label: Made text, line_spacing and scale mutable

03 Sep 18:02
a836740

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.8.3 - Bug fixes

22 Aug 15:31
9d28b6c

Choose a tag to compare

Fixes related to bounding box size and label position when used with script style fonts or strings with newlines. Thanks @kmatch98 for the fixes!

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.