modified for 4180 project

Fork of 4DGL by Adam Green

Revision:
1:ce0089f18a1e
Parent:
0:d6e186427f3e
--- a/TFT_4DGL_main.cpp	Tue Jul 05 11:45:02 2011 +0000
+++ b/TFT_4DGL_main.cpp	Tue Apr 18 20:23:51 2017 +0000
@@ -32,7 +32,7 @@
 { // Constructor
 
 #if DEBUGMODE
-    pc.baud(115200);
+    pc.baud(9600);
 
     pc.printf("\n\n\n");
     pc.printf("********************\n");
@@ -112,7 +112,7 @@
     _rst = 0;               // put RESET pin to low
     wait_ms(TEMPO);         // wait a few milliseconds for command reception
     _rst = 1;               // put RESET back to high
-    wait(3);                // wait 3s for screen to restart
+    wait(4);                // wait 4s for screen to restart
 
     freeBUFFER();           // clean buffer from possible garbage
 }