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:
6:5e33a0f01476
Parent:
5:a3ea7c82b7e1
Child:
7:11f926351d8f
--- a/touch_modules.cpp	Thu Mar 30 11:34:04 2017 +0000
+++ b/touch_modules.cpp	Sat Apr 01 06:37:02 2017 +0000
@@ -91,7 +91,7 @@
                        }
                  else if ( ((xt >= 130) && (xt<=195)) && ( (yt>= 65) && (yt<= 118) ) ) // home
                        {
-                                 //state=6;
+                                 state=1;         //////////
                         
                        }
                    else