Convenience routines for an I"C connected LCD display. Handy things like taking cursor to home, positioning cursor, clearing display, writing strings etc

Dependents:   gu_squirt_tester

Revision:
5:37e171e2035c
Parent:
4:ce867009531a
--- a/jtlcd.h	Sun Nov 11 09:43:33 2012 +0000
+++ b/jtlcd.h	Mon Nov 12 16:08:54 2012 +0000
@@ -7,10 +7,10 @@
 //#define Comsend 0x00
 //#define Datasend 0x40
 //write followed by spaces up to LCD_LINE_SIZE */
-void LcdWriteTextLine(char *text);
+void LcdWriteTextLine(char *text); //auto fills with spaces to display length
 //write followed by spaces up to numb */
 void LcdWriteTextAndFill(char *text, int numb);
-void LcdWriteText(char *text);
+void LcdWriteText(char *text); 
 void LcdInit();
 //void lcdclear();
 void test();