mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-12-02 08:09:36 +00:00
🩹 Update KEDI / GODI LCD_PINS_EN pin (#25886)
This commit is contained in:
parent
ef93b401c3
commit
0b4500155e
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user