LCD LIB

Dependents:   HagridOS5

Fork of RA8875 by David Smart

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Sat Aug 06 22:21:41 2016 +0000
Parent:
128:3c74ba4533dc
Child:
130:d633e80840e0
Commit message:
Remove dead-code.

Changed in this revision

RA8875_Touch.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/RA8875_Touch.cpp	Sat Aug 06 22:14:01 2016 +0000
+++ b/RA8875_Touch.cpp	Sat Aug 06 22:21:41 2016 +0000
@@ -273,8 +273,6 @@
         if (TouchPoint) {
             *TouchPoint = touchInfo[0].coordinates;
             ts = touchInfo[0].touchCode;
-        //} else {
-        //    ts = touch;
         }
     }
     return ts;