Skip to content

Commit

Permalink
Fix TOUCH_SCREEN + TFT_LVGL_UI compile (#19754)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhapsodyv authored Oct 15, 2020
1 parent f74b5a6 commit 8a885dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Marlin/src/inc/Conditionals_LCD.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8a885dc

Please sign in to comment.