Modification into 17th July New display demo code

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of Ext_Demo_17July2017_newdis by SenseSemi

Revision:
31:0f67acfc6236
Parent:
22:ffa88619551d
--- a/display_modules.h	Sat Jul 08 12:06:16 2017 +0000
+++ b/display_modules.h	Sat Jul 15 05:39:45 2017 +0000
@@ -26,4 +26,12 @@
 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