Releases: adafruit/Adafruit_CircuitPython_Display_Text
2.24.0 - Verbose Option
This release adds a verbose
argument that can be used to enable debugging output from some of the internal functions used for different text modes. Thank you @jposada202020
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.23.0 X Position Fix
This release corrects a bug resulted in the X position shift that is read from font files not being properly applied. Because of this correction, the X position of Labels may change slightly in existing projects if/when the library is updated.
For monospace fonts, this fix allows multiple labels placed at the same X position to line up properly in cases where the first character is different.
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.13 - Fix WrapToPixels For Non-Printable Characters
This release fixes the wrap_to_pixels() function for non-printable characters. Previously they raised an exception from that function. Thank you @Neradoc
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.12 - Fixed types in docstrings
Fixed the types for arguments listed in the docstrings. Thanks @isacben!
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.11 - Fix Label Direction Issue with BitmapLabel
This release fixed an issue caused by setting the label_direction
of BitmapLabel twice to the same value in succession. Thank you @snkYmkrct for the fix!
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.10 - Made copyright stay up to date in docs/conf.py
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.9 - Fixed version string
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.8 - Switched to pyproject.toml
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.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.