Skip to content

Commit

Permalink
🩹 Fix Ender 2 Pro EXP1-7 pin (PB15 / LCD_RS) (#27074)
Browse files Browse the repository at this point in the history
  • Loading branch information
jam-berg authored May 17, 2024
1 parent bdc14dd commit ef0bd97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/pins/hc32f4/pins_CREALITY_ENDER2P_V24S4.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
* PC6 | 1 2 | PC7
* PA2 | 3 4 | PA3
* PB13 5 6 | PB14
* N/C | 7 8 | PB12
* PB15 | 7 8 | PB12
* GND | 9 10 | 5V
* ------
* EXP1
Expand All @@ -199,7 +199,7 @@
#define EXP1_04_PIN PA3
#define EXP1_05_PIN PB13
#define EXP1_06_PIN PB14
#define EXP1_07_PIN -1
#define EXP1_07_PIN PB15
#define EXP1_08_PIN PB12

#if ENABLED(CR10_STOCKDISPLAY) // LCD used for C2
Expand Down

0 comments on commit ef0bd97

Please sign in to comment.