mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
📺 Update Re-ARM VIKI2 SPI pins (#25411)
This commit is contained in:
parent
0f745468a1
commit
e002f4fd38
1 changed files with 2 additions and 2 deletions
|
@ -354,8 +354,8 @@
|
|||
#if EITHER(VIKI2, miniVIKI)
|
||||
#define DOGLCD_CS P0_16 // (16)
|
||||
#define DOGLCD_A0 P2_06 // (59) J3-8 & AUX-2
|
||||
#define DOGLCD_SCK SD_SCK_PIN
|
||||
#define DOGLCD_MOSI SD_MOSI_PIN
|
||||
#define DOGLCD_SCK P0_15 // (52) (SCK) J3-9 & AUX-3
|
||||
#define DOGLCD_MOSI P0_18 // (51) (MOSI) J3-10 & AUX-3
|
||||
|
||||
#define STAT_LED_BLUE_PIN P0_26 // (63) may change if cable changes
|
||||
#define STAT_LED_RED_PIN P1_21 // ( 6) may change if cable changes
|
||||
|
|
Loading…
Reference in a new issue