51#include "generic_pointer.h"
Declaration of types for Graphic Library.
int16_t gl_coord_t
Definition gl_types.h:104
void gl_draw_text(const uint8_t *__generic_ptr text, gl_coord_t x, gl_coord_t y)
Draws text to display driver with top left pixel situated at given x and y coordinates using current ...
gl_size_t gl_get_text_dimensions(const uint8_t *__generic_ptr text)
Calculates text dimension for current font.
void gl_draw_char(uint8_t ch, gl_coord_t x, gl_coord_t y)
Draws single character to display driver with top left pixel situated at given x and y coordinates.
The context structure for storing width and height in number of pixels on the screen.
Definition gl_types.h:121