* 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](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-display-text`.
Read the [docs](http://circuitpython.readthedocs.io/projects/display-text/en/latest/) for info on how to use it.