FrameBufferTextDevice#

class ultimo_display.framebuffer_text_device.FrameBufferTextDevice(buffer: bytearray, size: tuple[int, int], format: int, background: int = 0, foreground: int = 1)#

Methods

clear()

clear_cursor(position)

display_at(text, position)

display_text(row, column)

erase(length, position)

set_cursor(position)

Attributes

buffer

size

The size of the display (width, height)

size: tuple[int, int]#

The size of the display (width, height)