created separate function for hex to char

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of SS_SensePOC2P0_11Dec2017_USERPID by rashmi v

display_modules.h

Committer:
rashmivenkataramaiah
Date:
2017-12-12
Revision:
76:611154b3b597
Parent:
72:1f990fa8c516

File content as of revision 76:611154b3b597:

#ifndef DISPLAY_MODULES_H_
#define DISPLAY_MODULES_H_



void screen_main();//main screen
void screen_main_1();
void screen_main_2(uint32_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 battery_screen_nocharge();
void battery_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);
void battery_critically_low_charge();
void battery_low_charge();
void glc_error_test_strip_removed();// added on 11/8/17 nikita
void screen_debug();
void screen_sdcard_delete(void);
void screen_sdcard_read(void);
#endif