General purpose character LCD library. I found the TextLCD library had too many constraints and it didn\\\\\\\'t supply acces to all functions in the HD44780 chipset, so i decided to write my own character lcd library.

Revision:
2:18f6402fd025
Parent:
1:1349bedd5793
--- a/hd44780.h	Fri Mar 25 10:01:28 2011 +0000
+++ b/hd44780.h	Thu Apr 07 11:29:55 2011 +0000
@@ -11,6 +11,7 @@
 //    HEARTS   = 4,
 //    SPADES   = 8
 // };
+
 #define LCD_ENTRY_MODE  0x04
 #define LCD_ENTRY_INC   0x01
 #define LCD_ENTRY_DEC   0x00