ATextDevice#

class ultimo_display.text_device.ATextDevice#

ABC for text-based displays.

Methods

clear()

clear_cursor()

display_at(text, position)

display_text(row, column)

erase(length, position)

set_cursor(position)

Attributes

size

The size of the display (width, height)

size: tuple[int, int]#

The size of the display (width, height)