🔧 Add, update TFT sanity checks (#22928)

This commit is contained in:
ellensp
2021-10-15 14:38:03 +13:00
committed by GitHub
parent 1143535664
commit de5aefd09e
3 changed files with 11 additions and 5 deletions

View File

@@ -332,7 +332,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)