Skip to content
Merged
Changes from 1 commit
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
14 changes: 14 additions & 0 deletions Marlin/src/pins/lpc1769/pins_BTT_SKR_E3_TURBO.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,20 @@
#define EXP1_09_PIN P0_16
#define EXP1_10_PIN P2_08

#if ENABLED(DWIN_CREALITY_LCD)
//You have to rewire Displaycable, TX = P0_15, RX = P0_16 with LCD_SERIAL_PORT 1
Comment thread
thinkyhead marked this conversation as resolved.
Outdated


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



#endif


#if HAS_WIRED_LCD

#if ENABLED(CR10_STOCKDISPLAY)
Expand Down