Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ender 2 Pro LCD_PINS_RS = PB15 #27074

Merged
merged 3 commits into from
May 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading