Updated with option to return from BP screen to main screen, resolved screen navigation issues

Dependencies:   SDFileSystem TFTLCD_8bit ds3231 program mbed

Fork of poc_dis_5 by SenseSemi

Revision:
3:9a06c2bed650
Parent:
2:3b7b71bfc941
Child:
4:6bd81bb1790d
diff -r 3b7b71bfc941 -r 9a06c2bed650 sdcard.cpp
--- a/sdcard.cpp	Mon Jan 30 10:57:38 2017 +0000
+++ b/sdcard.cpp	Fri Feb 10 10:39:13 2017 +0000
@@ -3,7 +3,7 @@
  #include "SDFileSystem.h"
  #include "sdcard.h"
   #include "rtc.h"
-   #include "main.h" 
+  
 
   SDFileSystem sd(PTE1, PTE3, PTE2, PTE4, "sd");
   FILE *fp=NULL;
@@ -23,6 +23,7 @@
   
  
  }   
+ 
   void sd_open_GLCfilee(int pid)
  {