Releases: adafruit/Adafruit_CircuitPython_Display_Text
2.22.7 - Use fontio.FontProtocol for type annotations
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.6 - Added cp.org link to index.rst
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.5 - Repo documentation and config updates
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.4 - Added type annotations, fixed documentation for ScrollingLabel
Fixed an issue where information wasn't displaying in the docs for ScrollingLabel
; additionally added type annotations for it. Thanks @rgrizzell!
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.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.