terminalio

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.

class terminalio.Terminal(tilegrid: Any, font: Any)

Display a character stream with a TileGrid

write(self, buf: Any)

Write the buffer of bytes to the bus.

Returns

the number of bytes written

Return type

int or None