Fix all the following issues which we faced during 01st April internal demo 1) Display hang and jump issue 2) Sequencing issue 3) Issue with BP code

Dependencies:   SDFileSystem ds3231 program mbed testUniGraphic_150217

Fork of Int_Demo_01Apr2017_newdisplaycode_bp_nikita by nikita teggi

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); 
  }