![](/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@0:c47fb0c1bbf6, 2016-12-27 (annotated)
- Committer:
- nikitateggi
- Date:
- Tue Dec 27 10:30:48 2016 +0000
- Revision:
- 0:c47fb0c1bbf6
- Child:
- 1:8316c23ec6b9
poc display
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 | 0:c47fb0c1bbf6 | 7 | void screen_ecg(); |
nikitateggi | 0:c47fb0c1bbf6 | 8 | void screen_bp(); |
nikitateggi | 0:c47fb0c1bbf6 | 9 | void screen_glc(); |
nikitateggi | 0:c47fb0c1bbf6 | 10 | void init_screen(); |
nikitateggi | 0:c47fb0c1bbf6 | 11 | void screen_ecg_2(); |
nikitateggi | 0:c47fb0c1bbf6 | 12 | |
nikitateggi | 0:c47fb0c1bbf6 | 13 | |
nikitateggi | 0:c47fb0c1bbf6 | 14 | |
nikitateggi | 0:c47fb0c1bbf6 | 15 | #endif |