void glcd_draw_string_xy(uint8_t x, uint8_t y, char *c)
Draw a string at specified location.
uint8_t glcd_draw_char_xy(uint8_t x, uint8_t y, char c)
Draw a char at specified location.
void glcd_set_font(const char *font_table, uint8_t width, uint8_t height, char start_char, char end_char)
Set GLCD font to predefined font table.
void glcd_draw_string_xy_P(uint8_t x, uint8_t y, const char *str)
Draw a string from program memory at specified location.