![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
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
Diff: touch_modules.h
- Revision:
- 1:8316c23ec6b9
- Parent:
- 0:c47fb0c1bbf6
- Child:
- 3:9a06c2bed650
--- a/touch_modules.h Tue Dec 27 10:30:48 2016 +0000 +++ b/touch_modules.h Mon Jan 30 07:45:41 2017 +0000 @@ -5,6 +5,8 @@ #define X_MAX 240 #define Y_MAX 320 unsigned char touch_main(); +unsigned char touch_main_1(); +unsigned char touch_main_2(); void touch1() ; int readTouchY(void); void detect_touch(); @@ -15,5 +17,6 @@ unsigned char touch_glc(); unsigned char touch_ecg(); unsigned char touch_bp(); - +unsigned char touch_ret(); + unsigned char touch_again(); #endif \ No newline at end of file