:mod:`terminalio` ================= .. py:module:: terminalio .. autoapi-nested-parse:: Displays text in a TileGrid The `terminalio` module contains classes to display a character stream on a display. The built in font is available as ``terminalio.FONT``. .. py:class:: Terminal(tilegrid: Any, font: Any) Display a character stream with a TileGrid .. method:: write(self, buf: Any) Write the buffer of bytes to the bus. :return: the number of bytes written :rtype: int or None