🔧 Add, update TFT sanity checks (#22928)

This commit is contained in:
ellensp
2021-10-15 14:38:03 +13:00
committed by Scott Lahteine
parent dffa56463e
commit 1ead7ce681
3 changed files with 11 additions and 5 deletions

View File

@@ -327,7 +327,6 @@
#if ANY(FSMC_GRAPHICAL_TFT, SPI_GRAPHICAL_TFT, TFT_320x240, TFT_480x320, TFT_320x240_SPI, TFT_480x320_SPI, TFT_LVGL_UI_FSMC, TFT_LVGL_UI_SPI)
#define IS_LEGACY_TFT 1
#define TFT_GENERIC
#warning "Don't forget to update your TFT settings in Configuration.h."
#endif
#if ANY(FSMC_GRAPHICAL_TFT, TFT_320x240, TFT_480x320, TFT_LVGL_UI_FSMC)