mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-26 15:07:26 -07:00
leave Shift Register pins for LCD just for now
This commit is contained in:
parent
d9c15a8793
commit
8d90014c2d
1 changed files with 4 additions and 3 deletions
|
|
@ -218,9 +218,10 @@
|
|||
|
||||
// #define BTN_RIGHT_PIN 14 // J1 ?
|
||||
|
||||
// #define SR_DATA_PIN 37 // C0 *
|
||||
// #define SR_CLK_PIN 36 // C1 *
|
||||
// #define SR_STROBE_PIN 33 // C?
|
||||
// Leave Old pins defined for now
|
||||
#define SR_DATA_PIN 37 // C0 *
|
||||
#define SR_CLK_PIN 36 // C1 *
|
||||
#define SR_STROBE_PIN 33 // C4 *
|
||||
|
||||
// #define BTN_UP 75 // J5 *
|
||||
// #define BTN_DOWN 73 // J4 *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue