📌 Define RAMPS_SMART EXP headers, AZSMZ_12864

See #23501
This commit is contained in:
Scott Lahteine
2022-05-09 17:35:32 -05:00
parent a9aca5f5e8
commit bd09f8acff
3 changed files with 51 additions and 25 deletions

View File

@ -600,6 +600,10 @@
#define LCD_PINS_D6 AUX2_08_PIN
#define LCD_PINS_D7 AUX2_10_PIN
#elif ENABLED(AZSMZ_12864)
// Pins only defined for RAMPS_SMART currently
#else
#if EITHER(MKS_12864OLED, MKS_12864OLED_SSD1306)