label.text strings
- label.text now automatically converts to a string.
This allows, for example, providing float data like acceleration without needing to convert to string in the 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.