Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Text

2.21.0 - bitmap property on BitmapLabel

21 Aug 17:07
99a296f
Compare
Choose a tag to compare

This version adds a bitmap property on BitmapLabel which can be used to access the underlying Bitmap object that contains the label so that it can be further manipulated by user code.

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.20.0 - Remove max_glyphs restriction

16 Jul 21:42
c31c0ef
Compare
Choose a tag to compare

This release removes the max_glyphs parameter and restriction from Label. You can now add more characters to the text in the Label than were originally provided from the text passed in the __init__() function.

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.19.0 - Remove max_size usage

01 Jul 23:40
5b0c5fe
Compare
Choose a tag to compare

This release removes the use of max_size for displayio Groups in the examples and library itself. Circuitpython version 6.3.0 removed the need for this parameter and 7.0.0 will remove it entirely.

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.18.5 - Corrected anchor_point for bitmap_label Upwards and Downwards direction

24 Jun 17:08
1f27ba7
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.18.4 - Updated links

04 May 18:05
11bf02c
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.18.3 Advanced Example

07 Apr 00:07
d863924
Compare
Choose a tag to compare

This release includes a comprehensive new advanced example script that shows

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.18.2 - Keyword Argument Validation

30 Mar 02:15
d09bac7
Compare
Choose a tag to compare

This version will raise an error if incorrect arguments are used.

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.18.1 - Examples in Docs

28 Mar 21:14
a94b7d8
Compare
Choose a tag to compare

This release contains a fix in the docs to link all of the example scripts.

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.18.0 - BitmapLabel Direction

28 Mar 20:06
1da9501
Compare
Choose a tag to compare

This release contains a new label_direction feature for bitmap_label to allow it to be rotated into different orientations. See the docs for details. Thank you to @jposada202020 for this enhancement.

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.17.0 - Directional Label

19 Mar 01:25
a3112cd
Compare
Choose a tag to compare

This release contains a new label_direction feature for label to allow it to be rotated into different orientations. See the docs for details.

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.