Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos mbed-src
Fork of DMSupport by
Diff: Display/BiosTouch.h
- Revision:
- 23:6afd6a716e80
- Parent:
- 22:1a58a518435c
- Child:
- 24:9a677afc86f1
--- 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;
