Skip to content

2.20.0 - Remove max_glyphs restriction

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 16 Jul 21:42
· 153 commits to main since this release
c31c0ef

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.