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/TouchPanel.h
- Revision:
- 41:e06e764ff4fd
- Parent:
- 22:1a58a518435c
--- a/Display/TouchPanel.h Wed Jun 10 09:54:15 2015 +0000 +++ b/Display/TouchPanel.h Wed Oct 23 06:59:29 2019 +0000 @@ -116,8 +116,8 @@ * An error code on failure */ virtual TouchError waitForCalibratePoint(bool* morePoints, uint32_t timeout) = 0; - - virtual FunctionPointer* setListener(FunctionPointer* listener) = 0; + + virtual void setListener(Callback<void()> listener) = 0; }; #endif