Skip to content

Commit

Permalink
Fix TOUCH_SCREEN + TFT_LVGL_UI compile (MarlinFirmware#19754)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhapsodyv authored and tharts committed Jan 6, 2021
1 parent 958d054 commit 5386fbc
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 5386fbc

Please sign in to comment.