GLCD Library
A C Library for Embedded Applications
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups Pages
glcd_text.h File Reference

GLCD Library - Text functions. More...

Go to the source code of this file.

Functions

uint8_t glcd_draw_char_xy (uint8_t x, uint8_t y, char c)
 Draw a char at specified location. More...
 
void glcd_draw_string_xy (uint8_t x, uint8_t y, char *c)
 Draw a string at specified location. More...
 
void glcd_draw_string_xy_P (uint8_t x, uint8_t y, const char *str)
 Draw a string from program memory at specified location. More...
 
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. More...
 

Detailed Description

GLCD Library - Text functions.

Author
Andy Gock

Definition in file glcd_text.h.