A board support package for the LPC4088 Display Module.
Dependencies: DM_HttpServer DM_USBHost
Dependents: lpc4088_displaymodule_emwin lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI ... more
Fork of DMSupport by
Diff: Display/BiosDisplay.h
- Revision:
- 23:6afd6a716e80
- Parent:
- 22:1a58a518435c
- Child:
- 31:d47cffcb0a3e
diff -r 1a58a518435c -r 6afd6a716e80 Display/BiosDisplay.h --- a/Display/BiosDisplay.h Fri Jan 16 11:13:39 2015 +0100 +++ b/Display/BiosDisplay.h Fri Jan 16 11:15:57 2015 +0100 @@ -66,9 +66,6 @@ bool _initialized; bool _poweredOn; - //bool _initializedTouch; - //InterruptIn _touchIRQ; - //FunctionPointer _touchFP; bios_header_t* _bios; void* _biosData; @@ -79,10 +76,6 @@ uint16_t _supportedRes; Resolution_t _activeRes; bool _landscape; - //bool _supportsTouch; - //bool _supportsTouchCalibration; - //uint8_t _touchNumFingers; - //bool _touchIsResistive; explicit BiosDisplay(); // hide copy constructor