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

touch_modules.h

Committer:
nikitateggi
Date:
2017-01-30
Revision:
1:8316c23ec6b9
Parent:
0:c47fb0c1bbf6
Child:
3:9a06c2bed650

File content as of revision 1:8316c23ec6b9:

#ifndef TOUCH_MODULES_H_
#define TOUCH_MODULES_H_

#define TOTAL1 65535
#define X_MAX 240
#define Y_MAX 320
unsigned char touch_main();
unsigned char touch_main_1();
unsigned char touch_main_2();
void touch1() ;
int readTouchY(void);
void detect_touch();
int readTouchX(void);
void EnableTouch(void);
void DisableTouch (void);
unsigned char touch_main();
unsigned char touch_glc();
unsigned char touch_ecg();
unsigned char touch_bp();
unsigned char touch_ret();
 unsigned char touch_again();
#endif