Skip to content

2.15.4 - Fix for tab characters

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 10 Mar 02:54
b6c4b1e

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.