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/BiosTouch.h
- Revision:
- 24:9a677afc86f1
- Parent:
- 23:6afd6a716e80
- Child:
- 28:8ae20cb0b943
--- a/Display/BiosTouch.h Fri Jan 16 11:15:57 2015 +0100 +++ b/Display/BiosTouch.h Sat Jan 17 14:12:37 2015 +0100 @@ -61,9 +61,6 @@ */ bool isTouchSupported(); - //void handleTouchInterrupt(); - //void changeTouchInterrupt(bool enable, bool rising); - // From the TouchPanel interface virtual TouchError read(touch_coordinate_t &coord); virtual TouchError read(touch_coordinate_t* coord, int num);