Shows how to use a display and the touch controller. A very basic paint program.

Dependencies:   DmTftLibrary mbed

Files at this revision

API Documentation at this revision

Comitter:
displaymodule
Date:
Wed Jul 09 08:40:54 2014 +0000
Parent:
2:de14389741d5
Child:
4:34d4f7e491bc
Commit message:
Updated library dependencies.

Changed in this revision

DmTftLibrary.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/DmTftLibrary.lib	Mon Jul 07 11:55:26 2014 +0000
+++ b/DmTftLibrary.lib	Wed Jul 09 08:40:54 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/displaymodule/code/DmTftLibrary/#b24f01d148c4
+http://mbed.org/users/displaymodule/code/DmTftLibrary/#d263094e666d
--- a/main.cpp	Mon Jul 07 11:55:26 2014 +0000
+++ b/main.cpp	Wed Jul 09 08:40:54 2014 +0000
@@ -82,8 +82,8 @@
 //DmTftIli9341 tft;  /* DM_TFT28_105 */
 //DmTftSsd2119 tft;   /* DM_TFT35_107 */
 
-DmTouch touch(DmTouch::DM_TFT28_103, DmTouch::Software); /* For LPC4088 QuickStart Board */
-//DmTouch touch(DmTouch::DM_TFT28_103);
+//DmTouch touch(DmTouch::DM_TFT28_103, DmTouch::Software); /* For LPC4088 QuickStart Board */
+DmTouch touch(DmTouch::DM_TFT28_103);
 //DmTouch touch(DmTouch::DM_TFT24_104, DmTouch::Software); /* For LPC4088 QuickStart Board */
 //DmTouch touch(DmTouch::DM_TFT24_104);
 //DmTouch touch(DmTouch::DM_TFT28_105);