t

Dependencies:   DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos

Fork of DMSupport by Embedded Artists

Revision:
23:6afd6a716e80
Parent:
22:1a58a518435c
Child:
24:9a677afc86f1
diff -r 1a58a518435c -r 6afd6a716e80 Display/BiosTouch.h
--- a/Display/BiosTouch.h	Fri Jan 16 11:13:39 2015 +0100
+++ b/Display/BiosTouch.h	Fri Jan 16 11:15:57 2015 +0100
@@ -75,12 +75,9 @@
 
 private:
 
-    //bool _initializedDisplay;
     bool _initialized;
     bool _haveInfo;
     bool _poweredOn;
-    //InterruptIn _touchIRQ;
-    //FunctionPointer _touchFP;
 
     bios_header_t* _bios;
     void* _biosData;
@@ -88,12 +85,6 @@
     Thread* _handlerThread;
     TouchHandler* _handler;
 
-    //uint16_t _width;
-    //uint16_t _height;
-    //uint16_t _bpp;
-    //uint16_t _supportedRes;
-    //Resolution_t _activeRes;
-    //bool _landscape;
     bool _supportsTouch;
     bool _supportsTouchCalibration;
     uint8_t _touchNumFingers;