Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Text

2.10.1 - Text Wrapping Fixes

22 Dec 00:36
8717242
Compare
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
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.9.5 - MagTag example

22 Nov 21:26
f86e1af
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.9.4 - bitmap_label empty text bugfix

14 Nov 20:06
ff71151
Compare
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
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.9.2 - Adding init file for python package

19 Oct 23:10
0c57ae8
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.9.1 - Updated BitmapLabel documentation

05 Sep 18:29
df94e2f
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.9.0 - bitmap_label: Made text, line_spacing and scale mutable

03 Sep 18:02
a836740
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.8.3 - Bug fixes

22 Aug 15:31
9d28b6c
Compare
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
Compare
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.