Fix all the following issues which we faced during 01st April internal demo 1) Display hang and jump issue 2) Sequencing issue 3) Issue with BP code

Dependencies:   SDFileSystem ds3231 program mbed testUniGraphic_150217

Fork of Int_Demo_01Apr2017_newdisplaycode_bp_nikita by nikita teggi

Committer:
nikitateggi
Date:
Mon May 08 05:19:22 2017 +0000
Revision:
12:ab85607bb10a
Parent:
5:a3ea7c82b7e1
POC code with new display and updated BP

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nikitateggi 0:c47fb0c1bbf6 1 #ifndef TOUCH_MODULES_H_
nikitateggi 0:c47fb0c1bbf6 2 #define TOUCH_MODULES_H_
nikitateggi 0:c47fb0c1bbf6 3
nikitateggi 0:c47fb0c1bbf6 4 #define TOTAL1 65535
nikitateggi 0:c47fb0c1bbf6 5 #define X_MAX 240
nikitateggi 0:c47fb0c1bbf6 6 #define Y_MAX 320
nikitateggi 0:c47fb0c1bbf6 7 unsigned char touch_main();
nikitateggi 1:8316c23ec6b9 8 unsigned char touch_main_1();
nikitateggi 1:8316c23ec6b9 9 unsigned char touch_main_2();
nikitateggi 0:c47fb0c1bbf6 10 void touch1() ;
nikitateggi 0:c47fb0c1bbf6 11 int readTouchY(void);
nikitateggi 0:c47fb0c1bbf6 12 void detect_touch();
nikitateggi 0:c47fb0c1bbf6 13 int readTouchX(void);
nikitateggi 0:c47fb0c1bbf6 14 void EnableTouch(void);
nikitateggi 0:c47fb0c1bbf6 15 void DisableTouch (void);
nikitateggi 0:c47fb0c1bbf6 16 unsigned char touch_main();
nikitateggi 0:c47fb0c1bbf6 17 unsigned char touch_glc();
nikitateggi 0:c47fb0c1bbf6 18 unsigned char touch_ecg();
nikitateggi 0:c47fb0c1bbf6 19 unsigned char touch_bp();
nikitateggi 1:8316c23ec6b9 20 unsigned char touch_ret();
suhasini 5:a3ea7c82b7e1 21 unsigned char touch_again_ecg();
suhasini 5:a3ea7c82b7e1 22 unsigned char touch_again_glc();
suhasini 5:a3ea7c82b7e1 23 unsigned char touch_again_bp();
nikitateggi 3:9a06c2bed650 24 void screen_bp2();
nikitateggi 0:c47fb0c1bbf6 25 #endif