Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Text

2.12.2 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:36
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.12.1 - Updated docstring comments

03 Feb 03:07
a08f833
Compare
Choose a tag to compare

The docstring comments have been updated. 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.12.0 - Implemented ascent and descent feature from Adafruit_CircuitPython_Bitmap_Font

02 Feb 19:37
2c2a403
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.11.2 - BitmapLabel Fixes

17 Jan 22:24
8de4f5c
Compare
Choose a tag to compare

This release contains fixes for bitmap_label using anchor_point and anchored_position as arguments in the constructor.

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.11.1 - Change Example Font and Licence

17 Jan 18:13
9b7fc23
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.11.0 - Use Ascent and Decent

08 Jan 23:12
92733f5
Compare
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
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.