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:
0:c47fb0c1bbf6
Child:
1:8316c23ec6b9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/touch_modules.h	Tue Dec 27 10:30:48 2016 +0000
@@ -0,0 +1,19 @@
+#ifndef TOUCH_MODULES_H_
+#define TOUCH_MODULES_H_
+
+#define TOTAL1 65535
+#define X_MAX 240
+#define Y_MAX 320
+unsigned char touch_main();
+void touch1() ;
+int readTouchY(void);
+void detect_touch();
+int readTouchX(void);
+void EnableTouch(void);
+void DisableTouch (void);
+unsigned char touch_main();
+unsigned char touch_glc();
+unsigned char touch_ecg();
+unsigned char touch_bp();
+
+#endif
\ No newline at end of file