Skip to content

Commit

Permalink
✨ Ender-3 V2 Display for SKR E3 Turbo (#22229)
Browse files Browse the repository at this point in the history
  • Loading branch information
tome9111991 authored Jun 28, 2021
1 parent ff12ea4 commit e00407d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Marlin/src/pins/lpc1769/pins_BTT_SKR_E3_TURBO.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,15 @@
#define EXP1_09_PIN P0_16
#define EXP1_10_PIN P2_08

#if HAS_WIRED_LCD
#if ENABLED(DWIN_CREALITY_LCD)
#error "DWIN_CREALITY_LCD requires a custom cable with TX = P0_15, RX = P0_16, and LCD_SERIAL_PORT 1. Comment out this line to continue."

#define BEEPER_PIN EXP1_10_PIN
#define BTN_EN1 EXP1_03_PIN
#define BTN_EN2 EXP1_04_PIN
#define BTN_ENC EXP1_06_PIN

#elif HAS_WIRED_LCD

#if ENABLED(CR10_STOCKDISPLAY)

Expand Down

1 comment on commit e00407d

@tome9111991
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bigtreetech/BIGTREETECH-SKR-E3-Turbo#40 (comment)

it help to rewire cable maybe.

Please sign in to comment.