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

Character LCD Driver for HD44780/SED1278-based displays (lcd.c)
[Drivers (for external hardware)]

 #include "lcd.h" 
Overview
This display driver provides an interface to the most common type of character LCD, those based on the HD44780 or SED1278 controller chip (about 90% of character LCDs use one of these chips).  The display driver can interface to the display through the CPU memory bus, or directly via I/O port pins.  When using the direct I/O port mode, no additional interface hardware is needed except for a contrast potentiometer.  Supported functions include initialization, clearing, scrolling, cursor positioning, text writing, and loading of custom characters or icons (up to 8).  Although these displays are simple, clever use of the custom characters can allow you to create animations or simple graphics.  The "progress bar" function that is included in this driver is an example of graphics using limited custom-chars.
The driver now supports both 8-bit and 4-bit interface modes.

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