Program to demonstrate the features of the DisplayModule DM-TFT24-104 display using the UniGraphics library.

Dependencies:   DmTouch_UniGraphic UniGraphic mbed

Fork of DisplayModule24_demo by Whitworth-EN173-2016

Revision:
10:ca16a309a737
Parent:
9:8917e707fe8e
Child:
13:3489b8566dbc
Child:
14:490477341db7
--- a/main.cpp	Wed Jan 20 07:21:30 2016 +0000
+++ b/main.cpp	Wed Jan 20 07:25:37 2016 +0000
@@ -49,7 +49,7 @@
 */
 DmTouch touch(DmTouch::DM_TFT24_104, p5, p6, p7, p8, p9);
 
-char orient=0;
+char orient=3;
 int x,y;
 uint16_t tx, ty;
 Timer t;