TFT Presets, Generic options, Sanity checks (#19723)
This commit is contained in:
		@@ -124,7 +124,7 @@
 | 
			
		||||
//
 | 
			
		||||
// LCD / Controller
 | 
			
		||||
//
 | 
			
		||||
#if BOTH(ULTRA_LCD, NEWPANEL)
 | 
			
		||||
#if IS_ULTRA_LCD && IS_NEWPANEL
 | 
			
		||||
 | 
			
		||||
  #define LCD_PINS_RS                          9  // E1       JP11-11
 | 
			
		||||
  #define LCD_PINS_ENABLE                      8  // E0       JP11-10
 | 
			
		||||
@@ -166,4 +166,4 @@
 | 
			
		||||
 | 
			
		||||
  #endif
 | 
			
		||||
 | 
			
		||||
#endif // ULTRA_LCD && NEWPANEL
 | 
			
		||||
#endif // IS_ULTRA_LCD && IS_NEWPANEL
 | 
			
		||||
 
 | 
			
		||||
@@ -168,7 +168,7 @@
 | 
			
		||||
//
 | 
			
		||||
// LCD / Controller
 | 
			
		||||
//
 | 
			
		||||
#if ENABLED(ULTIPANEL)
 | 
			
		||||
#if IS_ULTIPANEL
 | 
			
		||||
  #define LCD_PINS_RS                          8  // E0
 | 
			
		||||
  #define LCD_PINS_ENABLE                      9  // E1
 | 
			
		||||
  #define LCD_PINS_D4                         10  // C0
 | 
			
		||||
 
 | 
			
		||||
@@ -141,7 +141,7 @@
 | 
			
		||||
//
 | 
			
		||||
// LCD / Controller
 | 
			
		||||
//
 | 
			
		||||
#if BOTH(ULTRA_LCD, NEWPANEL)
 | 
			
		||||
#if IS_ULTRA_LCD && IS_NEWPANEL
 | 
			
		||||
 | 
			
		||||
  #define BEEPER_PIN                          -1
 | 
			
		||||
 | 
			
		||||
@@ -154,7 +154,7 @@
 | 
			
		||||
 | 
			
		||||
  #define SD_DETECT_PIN                       -1
 | 
			
		||||
 | 
			
		||||
#endif // ULTRA_LCD && NEWPANEL
 | 
			
		||||
#endif // IS_ULTRA_LCD && IS_NEWPANEL
 | 
			
		||||
 | 
			
		||||
//
 | 
			
		||||
// M3/M4/M5 - Spindle/Laser Control
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user