mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-02 07:00:42 +00:00
🐛 Fix MKS board Ultipanel support (#25278)
This commit is contained in:
parent
9e755a25c7
commit
b3c004eed9
3 changed files with 3 additions and 3 deletions
|
@ -344,7 +344,7 @@
|
|||
#else
|
||||
|
||||
#define LCD_PINS_D4 EXP1_05_PIN
|
||||
#if ENABLED(ULTIPANEL)
|
||||
#if IS_ULTIPANEL
|
||||
#define LCD_PINS_D5 EXP1_06_PIN
|
||||
#define LCD_PINS_D6 EXP1_07_PIN
|
||||
#define LCD_PINS_D7 EXP1_08_PIN
|
||||
|
|
|
@ -361,7 +361,7 @@
|
|||
#else // !MKS_MINI_12864
|
||||
|
||||
#define LCD_PINS_D4 EXP1_05_PIN
|
||||
#if ENABLED(ULTIPANEL)
|
||||
#if IS_ULTIPANEL
|
||||
#define LCD_PINS_D5 EXP1_06_PIN
|
||||
#define LCD_PINS_D6 EXP1_07_PIN
|
||||
#define LCD_PINS_D7 EXP1_08_PIN
|
||||
|
|
|
@ -363,7 +363,7 @@
|
|||
#else // !MKS_MINI_12864
|
||||
|
||||
#define LCD_PINS_D4 EXP1_05_PIN
|
||||
#if ENABLED(ULTIPANEL)
|
||||
#if IS_ULTIPANEL
|
||||
#define LCD_PINS_D5 EXP1_06_PIN
|
||||
#define LCD_PINS_D6 EXP1_07_PIN
|
||||
#define LCD_PINS_D7 EXP1_08_PIN
|
||||
|
|
Loading…
Reference in a new issue