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 W4tel-BiDi committed Apr 5, 2021
1 parent a0abab8 commit e2e5e19
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 e2e5e19

Please sign in to comment.