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