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 Speaka committed Nov 2, 2020
1 parent 90624eb commit dd5a04c
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 @@ -944,5 +944,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 dd5a04c

Please sign in to comment.