Skip to content

Commit a8fea3d

Browse files
committed
🩹 Cleanup (for STM32 I2C LCD)
Followup to 9a8b1ea
1 parent 1701fd8 commit a8fea3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Marlin/src/pins/stm32f1/pins_BTT_SKR_E3_DIP.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@
302302

303303
#elif ENABLED(ULTI_CONTROLLER)
304304

305-
#define LCD_PINS_D6 EXP1_03_PIN
306-
#define DOGLCD_SCL_PIN EXP1_07_PIN // I2C1
307-
#define DOGLCD_SDA_PIN EXP1_08_PIN // I2C1
305+
#define LCD_PINS_D6 EXP1_03_PIN
306+
#define DOGLCD_SCL_PIN EXP1_07_PIN // I2C1
307+
#define DOGLCD_SDA_PIN EXP1_08_PIN // I2C1
308308

309309
#else
310310
#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."

0 commit comments

Comments
 (0)