LCD code

Fork of 4DGL-uLCD-SE by jim hamblen

Files at this revision

API Documentation at this revision

Comitter:
rjuste3
Date:
Fri Mar 13 13:51:37 2015 +0000
Parent:
7:e39a44de229a
Commit message:
add lcd;

Changed in this revision

uLCD_4DGL_Media.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/uLCD_4DGL_Media.cpp	Sat Nov 30 02:05:15 2013 +0000
+++ b/uLCD_4DGL_Media.cpp	Fri Mar 13 13:51:37 2015 +0000
@@ -35,6 +35,8 @@
         resp = _cmd.getc();           // read response
         resp = resp << 8 + _cmd.getc();
     }
+        
+    
     return resp;
 }