Optimaze with new mbed os for study

Dependencies:   TS_DISCO_F746NG BSP_DISCO_F746NG Graphics

Revision:
2:8db224cc1fcb
Child:
4:66f13188c26b
diff -r 5e49b46de1b0 -r 8db224cc1fcb PointingDevice/TouchScreen.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PointingDevice/TouchScreen.cpp	Fri Nov 04 23:07:04 2016 +0000
@@ -0,0 +1,13 @@
+//
+// TouchScreen.cpp
+//
+
+#include "TouchScreen.h"
+
+TouchScreen::TouchScreen(RK043FN48H* display)
+{
+    if(display != NULL)
+    {
+
+    }
+}
\ No newline at end of file