More general FSMC display option

This commit is contained in:
Scott Lahteine
2019-07-30 04:00:51 -05:00
parent c942ca130f
commit bc58e678bd
123 changed files with 245 additions and 243 deletions

View File

@ -115,7 +115,7 @@
* If the screen stays white, disable 'LCD_RESET_PIN'
* to let the bootloader init the screen.
*/
#if ENABLED(MKS_ROBIN_TFT)
#if ENABLED(FSMC_GRAPHICAL_TFT)
#define LCD_RESET_PIN PF6
#define NO_LCD_REINIT // Suppress LCD re-initialization

View File

@ -119,7 +119,7 @@
* If the screen stays white, disable 'LCD_RESET_PIN'
* to let the bootloader init the screen.
*/
#if ENABLED(MKS_ROBIN_TFT)
#if ENABLED(FSMC_GRAPHICAL_TFT)
#define LCD_RESET_PIN PF6
#define NO_LCD_REINIT // Suppress LCD re-initialization