Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

Graphic LCD API (application programmer's interface) (glcd.c)
[Drivers (for external hardware)]

 #include "glcd.h" 
Overview
This library (or API) allows you to draw dots, lines, boxes, circles, and text on most monochrome graphic LCDs.  An easily expandable font file (5x7-pixel characters) is provided for all basic ASCII characters (0x20-0x7F hex, 32-127 decimal).  An expandable graphic font file is provided for defining specialty characters or custom icons.  Because this library is designed to work with many different kinds of LCDs, it needs a graphic LCD driver such as ks0108.c to enable it to talk to the LCD.
Note:
For full text-output functionality, you may wish to use the rprintf functions along with this driver.


Generated on Sun Oct 29 03:41:09 2006 for Procyon AVRlib by  doxygen 1.4.2