Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_3rd_nov_2017 by
touch_modules.h
- Committer:
- suhasini
- Date:
- 2017-03-30
- Revision:
- 5:a3ea7c82b7e1
- Parent:
- 3:9a06c2bed650
- Child:
- 29:7edc76b15e3d
File content as of revision 5:a3ea7c82b7e1:
#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_ecg();
unsigned char touch_again_glc();
unsigned char touch_again_bp();
void screen_bp2();
#endif
