Library for the serial LCD-09396 of Sparkfun

Dependents:   M5VelocityALLCODE

Fork of SerLCDv25 by Beeli Nick

Revision:
1:65590e1ed8ed
Parent:
0:497632f57657
diff -r 497632f57657 -r 65590e1ed8ed SerLCDv25.h
--- a/SerLCDv25.h	Wed Aug 10 13:32:08 2011 +0000
+++ b/SerLCDv25.h	Fri Apr 05 16:03:36 2013 +0000
@@ -17,9 +17,11 @@
     void printValue(float *Value);
     void putc(char lettre);
     void Brightness(int Value);
+    void splash();
 private:
     Serial* device;
 };
-
+void clear(void);
+void move_cursor(int,int);
 
 #endif
\ No newline at end of file