embedded-software
reusable software modules for embedded systems
|
Functions | |
void | Terminal_CharXY (uint8_t channel, char c, char x, char y) |
void | Terminal_CursorXY (uint8_t channel, char x, char y) |
void | Terminal_HideCursor (uint8_t channel) |
void | Terminal_ShowCursor (uint8_t channel) |
void | Terminal_ClearScreen (uint8_t channel) |
void | Terminal_SetColor (uint8_t channel, enum term_color color) |