Functions | |||
void | gotoxy (UINT8 x, UINT8 y) | ||
Move the cursor to an absolute position. | |||
UINT8 | posx (void) | ||
Get the current X position of the cursor. | |||
UINT8 | posy (void) | ||
Get the current Y position of the cursor. | |||
void | setchar (char c) | ||
Writes out a single character at the current cursor position. More... |
Note that the font is 8x8, making the screen 20x18 characters.
void setchar (char c) |
Writes out a single character at the current cursor position.
Does not update the cursor or interpret the character.