Skip to content

label.text strings

Compare
Choose a tag to compare
@kattni kattni released this 02 Feb 17:34
36e199a
  • 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.