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
Diff: touch_modules.h
- Revision:
- 33:a80eed071fdc
- Parent:
- 31:0f67acfc6236
- Child:
- 35:43133f017ed4
--- a/touch_modules.h Sat Jul 15 10:30:46 2017 +0000 +++ b/touch_modules.h Tue Jul 18 04:15:30 2017 +0000 @@ -1,3 +1,4 @@ + #ifndef TOUCH_MODULES_H_ #define TOUCH_MODULES_H_ @@ -6,9 +7,9 @@ #define Y_MAX 320 // touch co-ordinates// #define SYSCFG_MAIN_X_MIN 110 -#define SYSCFG_MAIN_X_MAX 150 -#define SYSCFG_MAIN_Y_MIN 100 -#define SYSCFG_MAIN_Y_MAX 220 +#define SYSCFG_MAIN_X_MAX 170 +#define SYSCFG_MAIN_Y_MIN 80 +#define SYSCFG_MAIN_Y_MAX 240 #define TEST_MAIN_X_MIN 40 #define TEST_MAIN_X_MAX 90
