🩹 Cleanup (for STM32 I2C LCD)

Followup to 9a8b1eab
This commit is contained in:
Scott Lahteine 2025-03-25 16:41:40 -05:00
parent 1701fd8f64
commit a8fea3d674

View file

@ -302,9 +302,9 @@
#elif ENABLED(ULTI_CONTROLLER)
#define LCD_PINS_D6 EXP1_03_PIN
#define DOGLCD_SCL_PIN EXP1_07_PIN // I2C1
#define DOGLCD_SDA_PIN EXP1_08_PIN // I2C1
#define LCD_PINS_D6 EXP1_03_PIN
#define DOGLCD_SCL_PIN EXP1_07_PIN // I2C1
#define DOGLCD_SDA_PIN EXP1_08_PIN // I2C1
#else
#error "Only CR10_STOCKDISPLAY, ZONESTAR_LCD, ENDER2_STOCKDISPLAY, ULTI_CONTROLLER, MKS_MINI_12864, FYSETC_MINI_12864_2_1 and MKS_LCD12864A/B are currently supported on the SKR E3 DIP."