Skip to content

Commit

Permalink
KEDI / GODI followup
Browse files Browse the repository at this point in the history
Followup to MarlinFirmware#25796

"LCD_PINS_ENABLE is now LCD_PINS_EN"
  • Loading branch information
thisiskeithb committed May 27, 2023
1 parent d20ce5f commit 7b2c2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/pins/stm32f1/pins_KEDI_CONTROLLER_V1_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
#define BTN_EN1 EXP1_08_PIN
#define BTN_EN2 EXP1_06_PIN

#define LCD_PINS_ENABLE EXP1_03_PIN
#define LCD_PINS_EN EXP1_03_PIN
#define LCD_PINS_D4 EXP1_05_PIN

#elif IS_TFTGLCD_PANEL
Expand All @@ -211,7 +211,7 @@
#define BTN_EN1 EXP2_08_PIN
#define BTN_EN2 EXP2_06_PIN

#define LCD_PINS_ENABLE EXP1_08_PIN
#define LCD_PINS_EN EXP1_08_PIN

#if ENABLED(FYSETC_MINI_12864)

Expand Down

0 comments on commit 7b2c2e0

Please sign in to comment.