Shows how to use a display and the touch controller. Will display the X and Y coordinates of the current touch event.

Dependencies:   DmTftLibrary mbed

Revision:
2:c8e477ca4276
Parent:
1:63e25ac12708
Child:
5:cf0097e3a18c
--- a/main.cpp	Fri Jul 04 10:38:42 2014 +0000
+++ b/main.cpp	Mon Jul 07 10:39:19 2014 +0000
@@ -58,8 +58,6 @@
  * Local variables
  *****************************************************************************/
 
-//DmTftHX8353C tft;  /* DM_TFT18_101 */
-//DmTftS6D0164 tft;  /* DM_TFT22_102 */
 //DmTftIli9325 tft;  /* DM_TFT28_103 and DM_TFT24_104 */
 //DmTftIli9341 tft;  /* DM_TFT28_105 */
 DmTftSsd2119 tft;   /* DM_TFT35_107 */