mikroSDK Reference Manual
|
Go to the source code of this file.
Functions | |
void | gl_draw_char (char ch, gl_coord_t x, gl_coord_t y) |
Write a single character on a display. More... | |
void | gl_draw_text (const char *__generic text, gl_coord_t x, gl_coord_t y) |
Write a text on display. More... | |
gl_size_t | gl_get_text_dimensions (const char *__generic text) |
Calculate text dimension. More... | |