NO_LCD_REINIT for FSMC (or, no SD_DETECT_PIN)

This commit is contained in:
Scott Lahteine
2020-04-09 14:25:16 -05:00
parent 43a994e0df
commit 859ccd2e28
6 changed files with 4 additions and 8 deletions

View File

@ -374,6 +374,10 @@
#endif
#if EITHER(LCD_USE_DMA_FSMC, FSMC_GRAPHICAL_TFT) || !PIN_EXISTS(SD_DETECT)
#define NO_LCD_REINIT 1 // Suppress LCD re-initialization
#endif
/**
* Set defaults for missing (newer) options
*/