Victor Oliveira
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
Marlin/src/inc/Conditionals_LCD.h
|
|
@ -926,5 +926,7 @@ |
|
|
|
#if ENABLED(TOUCH_SCREEN) && !HAS_GRAPHICAL_TFT |
|
|
|
#undef TOUCH_SCREEN |
|
|
|
#undef TOUCH_SCREEN_CALIBRATION |
|
|
|
#define HAS_TOUCH_XPT2046 1 |
|
|
|
#if !HAS_TFT_LVGL_UI |
|
|
|
#define HAS_TOUCH_XPT2046 1 |
|
|
|
#endif |
|
|
|
#endif |
|
|
|