Releases: adafruit/Adafruit_CircuitPython_Display_Text
2.22.3 - Handle setting text to empty string properly.
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.22.2 - Improved Efficiency in BitmapLabel
This release improves effeciency of BitmapLabel by re-using the Bitmap and Tilegrid when possible. Thank you @kevinjwalters
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.22.1 - Add BitmapFont to Requirements
This release adds a requirement for BitmapFont library, which contains some classes that are used for typing information.
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.22.0 - Added ScrollingLabel method
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.4 - Wrap to Pixels Bugfix
This release contains a fix for a wrap_to_pixels() issue that caused spaces to be omitted erroneously sometimes. Thank you @kmatch98
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.3 - Updated documentation link, python version
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.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.