🧑‍💻 IS_ULTRA_LCD => HAS_WIRED_LCD

This commit is contained in:
Scott Lahteine
2022-04-21 07:16:52 -05:00
committed by Scott Lahteine
parent 2f3960904e
commit f6f31434b8
10 changed files with 20 additions and 21 deletions

View File

@@ -106,7 +106,7 @@
//
#define BEEPER_PIN 33
#if IS_ULTRA_LCD && IS_NEWPANEL
#if HAS_WIRED_LCD && IS_NEWPANEL
#define LCD_PINS_RS 16
#define LCD_PINS_ENABLE 17
@@ -122,7 +122,7 @@
#define SD_DETECT_PIN -1 // RAMPS doesn't use this
#endif // IS_ULTRA_LCD && IS_NEWPANEL
#endif // HAS_WIRED_LCD && IS_NEWPANEL
//
// M3/M4/M5 - Spindle/Laser Control