Releases: adafruit/Adafruit_CircuitPython_Display_Text
2.21.2 - Typing Information and Bugfix
This release resolves an issue with the save_text=False argument. Thank you @tekktrik
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.21.1 - Updated pylint version, linted
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.21.0 - bitmap property on BitmapLabel
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
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
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
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
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
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
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
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.