Skip to content

Commit

Permalink
🩹 Update KEDI / GODI LCD_PINS_EN pin (MarlinFirmware#25886)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and Andy-Big committed Jul 19, 2023
1 parent 3542ee4 commit 4a69cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Marlin/src/lcd/language/language_vi.h
Original file line number Diff line number Diff line change
Expand Up @@ -438,5 +438,4 @@ namespace Language_vi {
LSTR MSG_SHORT_DAY = _UxGT("n"); // d - ngày - One character only
LSTR MSG_SHORT_HOUR = _UxGT("g"); // h - giờ - One character only
LSTR MSG_SHORT_MINUTE = _UxGT("p"); // m - phút - One character only
LSTR MSG_SHORT_MINUTE = _UxGT("p"); // M - phút - One character only
}
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 4a69cc8

Please sign in to comment.