Skip to content

Commit

Permalink
🐛 Fix MKS board Ultipanel support (MarlinFirmware#25278)
Browse files Browse the repository at this point in the history
  • Loading branch information
avionix-g authored Jan 26, 2023
1 parent 4f902ac commit a2c93c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f4/pins_MKS_MONSTER8_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f4/pins_MKS_ROBIN_PRO_V2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2c93c2

Please sign in to comment.