TOUCH_SCREEN_CALIBRATION

This commit is contained in:
Scott Lahteine 2020-11-18 01:20:24 -06:00
parent 9485a81b84
commit 3ece05d20c
223 changed files with 920 additions and 920 deletions

View file

@ -2350,16 +2350,16 @@
#define TOUCH_SCREEN_CALIBRATION
/* MKS Robin TFT v2.0 */
#define XPT2046_X_CALIBRATION 12013
#define XPT2046_Y_CALIBRATION -8711
#define XPT2046_X_OFFSET -32
#define XPT2046_Y_OFFSET 256
#define TOUCH_CALIBRATION_X 12013
#define TOUCH_CALIBRATION_Y -8711
#define TOUCH_OFFSET_X -32
#define TOUCH_OFFSET_Y 256
/* MKS Robin TFT v1.1 */
//#define XPT2046_X_CALIBRATION -11792
//#define XPT2046_Y_CALIBRATION 8947
//#define XPT2046_X_OFFSET 342
//#define XPT2046_Y_OFFSET -19
//#define TOUCH_CALIBRATION_X -11792
//#define TOUCH_CALIBRATION_Y 8947
//#define TOUCH_OFFSET_X 342
//#define TOUCH_OFFSET_Y -19
#if ENABLED(TFT_COLOR_UI)
//#define SINGLE_TOUCH_NAVIGATION