Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Text

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.

Gracefully recover from lack of load_glyphs in a font

20 Aug 21:40
5ff8c19

Choose a tag to compare

Thanks @FoamyGuy for the addition!

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.1 - Fix anchored position rounding issue

18 Aug 18:58
54acb53

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

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.