Modification into 17th July New display demo code

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of Ext_Demo_17July2017_newdis by SenseSemi

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers display_modules.h Source File

display_modules.h

00001 #ifndef DISPLAY_MODULES_H_
00002 #define DISPLAY_MODULES_H_
00003 
00004 
00005 
00006 void screen_main();//main screen
00007 void screen_main_1();
00008 void screen_main_2(int32_t pid);
00009 void screen_ecg();
00010 void screen_bp();
00011 void screen_glc();
00012 void init_screen();
00013 void screen_ecg_2(uint16_t heart_rate);
00014 //void screen_ecg_3();
00015  void screen_ecg_bp(); //changed the name 
00016 void screen_ecg_lead();
00017 void ecg_countdown();
00018 void bp_countdown();
00019 void glc_1();
00020 void glc_2();
00021 void glc_3();
00022 void glc_4(uint16_t mgdl);
00023 void screen_again();
00024 void screen_glc_2();
00025 void screen_bp1(float SBP, float DBP) ;
00026 void screen_ecg_lead_bp_fingerdetect();
00027 void bat_screen_nocharge();
00028 void bat_screen_charge();
00029 void screen_ecg_error(); // display of error condition for Heart rate
00030 void screen_bp_error();  // display of error condition for BP
00031 void glc_error();   //display of error condition for BG
00032 void BT_connection();  // displaying bluetooth connected
00033 void BT_no_connection(); // displaying bluetooth not connected
00034 void BT_finished(); //Files transfer completed
00035 void screen_BT_return(); // dispaly of return option to bluetooth
00036 void screen_patient_info(uint32_t current_test_pid,uint32_t  bt_file_sent_pid);
00037 #endif