Browse Source

Fix touch ifndefs (#19661)

vanilla_fb_2.0.x
Keith Bennett 4 years ago
committed by GitHub
parent
commit
e6d0a8ef66
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h

6
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h

@ -306,13 +306,13 @@
#ifndef XPT2046_X_CALIBRATION
#define XPT2046_X_CALIBRATION -11245
#endif
#ifdef XPT2046_Y_CALIBRATION
#ifndef XPT2046_Y_CALIBRATION
#define XPT2046_Y_CALIBRATION 8629
#endif
#ifdef XPT2046_X_OFFSET
#ifndef XPT2046_X_OFFSET
#define XPT2046_X_OFFSET 685
#endif
#ifdef XPT2046_Y_OFFSET
#ifndef XPT2046_Y_OFFSET
#define XPT2046_Y_OFFSET -285
#endif
#endif

Loading…
Cancel
Save