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_HttpServer DM_USBHost
Dependents: lpc4088_displaymodule_emwin lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI ... more
Fork of DMSupport by
Diff: Display/BiosTouch.h
- Revision:
- 41:e06e764ff4fd
- Parent:
- 28:8ae20cb0b943
--- a/Display/BiosTouch.h Wed Jun 10 09:54:15 2015 +0000
+++ b/Display/BiosTouch.h Wed Oct 23 06:59:29 2019 +0000
@@ -68,7 +68,7 @@
virtual TouchError calibrateStart();
virtual TouchError getNextCalibratePoint(uint16_t* x, uint16_t* y, bool* last=NULL);
virtual TouchError waitForCalibratePoint(bool* morePoints, uint32_t timeout);
- virtual FunctionPointer* setListener(FunctionPointer* listener);
+ virtual void setListener(Callback<void()> listener);
private:
