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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers touch_modules.h Source File

touch_modules.h

00001 #ifndef TOUCH_MODULES_H_
00002 #define TOUCH_MODULES_H_
00003 
00004 #define TOTAL1 65535
00005 #define X_MAX 240
00006 #define Y_MAX 320
00007 unsigned char touch_main();
00008 unsigned char touch_main_1();
00009 unsigned char touch_main_2();
00010 void touch1() ;
00011 int readTouchY(void);
00012 void detect_touch();
00013 int readTouchX(void);
00014 void EnableTouch(void);
00015 void DisableTouch (void);
00016 unsigned char touch_main();
00017 unsigned char touch_glc();
00018 unsigned char touch_ecg();
00019 unsigned char touch_bp();
00020 unsigned char touch_ret();
00021  unsigned char touch_again_ecg();
00022  unsigned char touch_again_glc(); 
00023   unsigned char touch_again_bp(); 
00024  void screen_bp2();
00025 #endif