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

@ -2355,10 +2355,10 @@
#define TOUCH_SCREEN_CALIBRATION
#define XPT2046_X_CALIBRATION -11838
#define XPT2046_Y_CALIBRATION 8776
#define XPT2046_X_OFFSET 333
#define XPT2046_Y_OFFSET -17
#define TOUCH_CALIBRATION_X -11838
#define TOUCH_CALIBRATION_Y 8776
#define TOUCH_OFFSET_X 333
#define TOUCH_OFFSET_Y -17
#define XPT2046_ORIENTATION TOUCH_PORTRAIT
#if ENABLED(TFT_COLOR_UI)