libmsx
C library for MSX
|
Teletype/console device interface for hardware / screen mode abstraction. More...
#include <tty.h>
Data Fields | |
uint8_t | columns |
Columns of the text screen. | |
uint8_t | lines |
Lines of the text screen. | |
void(* | clear_screen )(void) |
Clear the text screen. | |
void(* | render_char )(uint8_t c) |
Render a character at the cursor position. | |
void(* | set_text_color )(uint8_t fg, uint8_t bg) |
Set foreground and background color of text. | |
void(* | set_border_color )(uint8_t border) |
Set border color of the screen. | |
Teletype/console device interface for hardware / screen mode abstraction.
void(* TTY_Device::render_char) (uint8_t c) |
void(* TTY_Device::set_text_color) (uint8_t fg, uint8_t bg) |
void(* TTY_Device::set_border_color) (uint8_t border) |