Modification into 17th July New display demo code

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of Ext_Demo_17July2017_newdis by SenseSemi

Revision:
11:9a6545c2eb5d
Parent:
7:11f926351d8f
Child:
12:ab85607bb10a
--- a/touch_modules.cpp	Wed May 03 05:32:37 2017 +0000
+++ b/touch_modules.cpp	Wed May 03 08:49:30 2017 +0000
@@ -14,8 +14,8 @@
  {
             xt = (X_MAX*readTouchX()/TOTAL1);
             yt = (Y_MAX*readTouchY()/TOTAL1);
-            kc.printf("%d\n", xt);
-              kc.printf("%d\n", yt);
+            kc.printf("%d\n", xt); 
+              kc.printf("%d\n", yt); 
  }