Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Text

2.12.4 - Scale fix for Blinka_Displayio

13 Feb 12:40
913c82e
Compare
Choose a tag to compare

This version resolves an issue that led to inconsistent scaling between Blinka_Displayio and core displayio. In previous versions text was scaled extra on Blinka_Displayio. In this release the scale matches across both platforms.

Previously released under wrong tag number. New release bumps the version of the tag to fix PyPi, and fixed a few small typos in comments.

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.3 - Scale fix for Blinka_Displayio

13 Feb 12:21
f45b71b
Compare
Choose a tag to compare

This version resolves an issue that led to inconsistent scaling between Blinka_Displayio and core displayio. In previous versions text was scaled extra on Blinka_Displayio. In this release the scale matches across both platforms.

Previously released under wrong tag number. New release bumps the version to the correct value, no other changes.

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.

1.12.3 - Scale fix for Blinka_Displayio

11 Feb 13:21
f45b71b
Compare
Choose a tag to compare

This version resolves an issue that led to inconsistent scaling between Blinka_Displayio and core displayio. In previous versions text was scaled extra on Blinka_Displayio. In this release the scale matches across both platforms.

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.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.