datalogger with touch screen gui

Dependencies:   FT800_beyondtek SDFileSystem Brew_Panel_FT810 mbed

Fork of Brew_Panel_FT810 by The Best

Revision:
10:c56b7ca4805f
Parent:
9:bf787d41b645
Child:
11:f6a146b62579
--- a/main.cpp	Fri Apr 01 19:47:39 2016 +0000
+++ b/main.cpp	Fri Apr 01 19:56:18 2016 +0000
@@ -417,8 +417,8 @@
     touchscreen_Calibration();
 
     initialize_Images();
-    TFT.Track(200, 400, 375, 30, 1);
-    TFT.Track(200, 400, 375, 30, 2);
+    TFT.Track(200, 400, 375, 50, 1);
+    TFT.Track(200, 400, 375, 50, 2);
     TFT.Flush_Co_Buffer();                         // Download the commands into fifo
     TFT.WaitCmdfifo_empty();  
     /* the demo is updating the screen in a endless loop*/