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
The size of the display (width, height)