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
display_modules.h@3:9a06c2bed650, 2017-02-10 (annotated)
- Committer:
- nikitateggi
- Date:
- Fri Feb 10 10:39:13 2017 +0000
- Revision:
- 3:9a06c2bed650
- Parent:
- 1:8316c23ec6b9
- Child:
- 4:6bd81bb1790d
Peak detect to 400 samples
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nikitateggi | 0:c47fb0c1bbf6 | 1 | #ifndef DISPLAY_MODULES_H_ |
nikitateggi | 0:c47fb0c1bbf6 | 2 | #define DISPLAY_MODULES_H_ |
nikitateggi | 0:c47fb0c1bbf6 | 3 | |
nikitateggi | 0:c47fb0c1bbf6 | 4 | |
nikitateggi | 0:c47fb0c1bbf6 | 5 | |
nikitateggi | 0:c47fb0c1bbf6 | 6 | void screen_main();//main screen |
nikitateggi | 1:8316c23ec6b9 | 7 | void screen_main_1(); |
nikitateggi | 1:8316c23ec6b9 | 8 | void screen_main_2(int pid); |
nikitateggi | 0:c47fb0c1bbf6 | 9 | void screen_ecg(); |
nikitateggi | 0:c47fb0c1bbf6 | 10 | void screen_bp(); |
nikitateggi | 0:c47fb0c1bbf6 | 11 | void screen_glc(); |
nikitateggi | 1:8316c23ec6b9 | 12 | void init_screen(); |
nikitateggi | 1:8316c23ec6b9 | 13 | void screen_ecg_2(); |
nikitateggi | 1:8316c23ec6b9 | 14 | void ecg_countdown(); |
nikitateggi | 1:8316c23ec6b9 | 15 | void glc_1(); |
nikitateggi | 1:8316c23ec6b9 | 16 | void glc_2(); |
nikitateggi | 1:8316c23ec6b9 | 17 | void glc_3(); |
nikitateggi | 1:8316c23ec6b9 | 18 | void glc_4(unsigned int mgdl); |
nikitateggi | 1:8316c23ec6b9 | 19 | void screen_again(); |
nikitateggi | 1:8316c23ec6b9 | 20 | void screen_glc_2(); |
nikitateggi | 3:9a06c2bed650 | 21 | void screen_bp1(float SBP, float DBP) ; |
nikitateggi | 1:8316c23ec6b9 | 22 | #endif |