void InitLCD();
void ClearLCD();
void SetLCD( char a );

/*
 Define the starting line locations for
 a 4 line LCD.
*/
#define LINE1   0x80
#define LINE2   0xC0
#define LINE3   0x90
#define LINE4   0xD0
