![](/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
display_modules.h@4:6bd81bb1790d, 2017-03-01 (annotated)
- Committer:
- nikitateggi
- Date:
- Wed Mar 01 18:49:33 2017 +0000
- Revision:
- 4:6bd81bb1790d
- Parent:
- 3:9a06c2bed650
POC code with eeprom
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 | 4:6bd81bb1790d | 19 | void screen_again(); |
nikitateggi | 4:6bd81bb1790d | 20 | void screen_glc_2(); |
nikitateggi | 4:6bd81bb1790d | 21 | void screen_bp1(float SBP, float DBP) ; |
nikitateggi | 4:6bd81bb1790d | 22 | |
nikitateggi | 4:6bd81bb1790d | 23 | |
nikitateggi | 1:8316c23ec6b9 | 24 | #endif |