Library for the serial LCD-09396 of Sparkfun

Dependents:   M5VelocityALLCODE

Fork of SerLCDv25 by Beeli Nick

Revision:
1:65590e1ed8ed
Parent:
0:497632f57657
--- a/SertLCDv25.cpp	Wed Aug 10 13:32:08 2011 +0000
+++ b/SertLCDv25.cpp	Fri Apr 05 16:03:36 2013 +0000
@@ -47,6 +47,9 @@
 }
 
 
+void SerLCDv25::splash(){
+    device->printf("%c%c",0x7C,0x0a);
+}
 
 
 
@@ -55,4 +58,3 @@
 
 
 
-