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: display_modules.h
- Revision:
- 1:8316c23ec6b9
- Parent:
- 0:c47fb0c1bbf6
- Child:
- 3:9a06c2bed650
--- a/display_modules.h Tue Dec 27 10:30:48 2016 +0000 +++ b/display_modules.h Mon Jan 30 07:45:41 2017 +0000 @@ -4,12 +4,18 @@ void screen_main();//main screen +void screen_main_1(); +void screen_main_2(int pid); void screen_ecg(); void screen_bp(); void screen_glc(); - void init_screen(); - void screen_ecg_2(); - - - -#endif \ No newline at end of file +void init_screen(); +void screen_ecg_2(); +void ecg_countdown(); +void glc_1(); +void glc_2(); +void glc_3(); +void glc_4(unsigned int mgdl); + void screen_again(); + void screen_glc_2(); +#endif