2.15.4 - Fix for tab characters
This release includes a fix for \t
characters. Previously they were ignored entirely. Now they are replaced by 4 spaces by default. A new parameter tab_replacement
can be used to change the behavior to use other characters if you need. 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.