TFT Presets, Generic options, Sanity checks (#19723)
This commit is contained in:
@@ -210,7 +210,7 @@
|
||||
* If the screen stays white, disable 'LCD_RESET_PIN'
|
||||
* to let the bootloader init the screen.
|
||||
*/
|
||||
#if ENABLED(FSMC_GRAPHICAL_TFT)
|
||||
#if HAS_FSMC_GRAPHICAL_TFT
|
||||
#define FSMC_CS_PIN PD7 // NE4
|
||||
#define FSMC_RS_PIN PD11 // A0
|
||||
|
||||
@@ -254,7 +254,7 @@
|
||||
#else // !MKS_MINI_12864 && !ENDER2_STOCKDISPLAY
|
||||
|
||||
#define LCD_PINS_D4 PF14
|
||||
#if ENABLED(ULTIPANEL)
|
||||
#if IS_ULTIPANEL
|
||||
#define LCD_PINS_D5 PF15
|
||||
#define LCD_PINS_D6 PF12
|
||||
#define LCD_PINS_D7 PF13
|
||||
|
||||
Reference in New Issue
Block a user