Main Page   Modules   Data Structures   File List   Data Fields   Globals  

lcd.c File Reference

Character LCD driver for HD44780/SED1278 displays. More...

#include <avr/io.h>
#include <avr/pgmspace.h>
#include "global.h"
#include "timer.h"
#include "lcd.h"

Go to the source code of this file.

Functions

void lcdInitHW (void)
void lcdBusyWait (void)
void lcdControlWrite (u08 data)
u08 lcdControlRead (void)
void lcdDataWrite (u08 data)
u08 lcdDataRead (void)
void lcdInit ()
void lcdHome (void)
void lcdClear (void)
void lcdGotoXY (u08 x, u08 y)
void lcdLoadCustomChar (u08 *lcdCustomCharArray, u08 romCharNum, u08 lcdCharNum)
void lcdPrintData (char *data, u08 nBytes)
void lcdProgressBar (u16 progress, u16 maxprogress, u08 length)


Detailed Description

Character LCD driver for HD44780/SED1278 displays.

Definition in file lcd.c.


Generated on Sun Feb 22 19:12:31 2004 for Procyon AVRlib by doxygen1.3-rc2