Modification into 17th July New display demo code

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of Ext_Demo_17July2017_newdis by SenseSemi

display_modules.h

Committer:
avp2417
Date:
2017-07-23
Revision:
34:8f6b0dc124e8
Parent:
31:0f67acfc6236

File content as of revision 34:8f6b0dc124e8:

#ifndef DISPLAY_MODULES_H_
#define DISPLAY_MODULES_H_



void screen_main();//main screen
void screen_main_1();
void screen_main_2(int32_t pid);
void screen_ecg();
void screen_bp();
void screen_glc();
void init_screen();
void screen_ecg_2(uint16_t heart_rate);
//void screen_ecg_3();
 void screen_ecg_bp(); //changed the name 
void screen_ecg_lead();
void ecg_countdown();
void bp_countdown();
void glc_1();
void glc_2();
void glc_3();
void glc_4(uint16_t mgdl);
void screen_again();
void screen_glc_2();
void screen_bp1(float SBP, float DBP) ;
void screen_ecg_lead_bp_fingerdetect();
void bat_screen_nocharge();
void bat_screen_charge();
void screen_ecg_error(); // display of error condition for Heart rate
void screen_bp_error();  // display of error condition for BP
void glc_error();   //display of error condition for BG
void BT_connection();  // displaying bluetooth connected
void BT_no_connection(); // displaying bluetooth not connected
void BT_finished(); //Files transfer completed
void screen_BT_return(); // dispaly of return option to bluetooth
void screen_patient_info(uint32_t current_test_pid,uint32_t  bt_file_sent_pid);
#endif