Skip to content

Commit

Permalink
Updated the touchscreen calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
effgarces committed Dec 9, 2020
1 parent c7476aa commit b7db397
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2377,10 +2377,11 @@

#define TOUCH_SCREEN_CALIBRATION

#define TOUCH_CALIBRATION_X -12316
#define TOUCH_CALIBRATION_Y 8981
#define TOUCH_OFFSET_X 340
#define TOUCH_OFFSET_Y -20
#define TOUCH_CALIBRATION_X -17313
#define TOUCH_CALIBRATION_Y 11267
#define TOUCH_OFFSET_X 494
#define TOUCH_OFFSET_Y -9
#define TOUCH_ORIENTATION TOUCH_LANDSCAPE

#if ENABLED(TFT_COLOR_UI)
#define SINGLE_TOUCH_NAVIGATION
Expand Down

0 comments on commit b7db397

Please sign in to comment.