Optimize LVGL with HAL TFT IO (SPI and FSMC) (#18974)

This commit is contained in:
Victor Oliveira
2020-08-13 20:31:59 -03:00
committed by Scott Lahteine
parent 3dfbdbc66c
commit 4e7c5f19fe
16 changed files with 181 additions and 775 deletions

View File

@@ -252,7 +252,7 @@
#endif
// Full Touch Screen needs 'tft/xpt2046'
#if ENABLED(TOUCH_SCREEN)
#if EITHER(TOUCH_SCREEN, HAS_TFT_LVGL_UI)
#define HAS_TFT_XPT2046 1
#endif