this is kazushi's branch of AD128160

Fork of AD128160 by Gingax x

Files at this revision

API Documentation at this revision

Comitter:
kazushi2008
Date:
Mon Jan 07 04:15:00 2013 +0000
Parent:
6:96576c9c7828
Child:
8:5b2cbd7120d3
Commit message:
customized for twitterMbed

Changed in this revision

s_Lcd.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/s_Lcd.cpp	Thu Nov 24 14:01:45 2011 +0000
+++ b/s_Lcd.cpp	Mon Jan 07 04:15:00 2013 +0000
@@ -74,6 +74,7 @@
 
 void cls()
     {
+    cx = cy = offsety = 0;
     device.putc(0x55);// Clear
     device.putc(0x02);
     device.putc(0x80);