Browse Source

ReARM SDSS pin for RRD LCDs (#17698)

Gustavo Alvarez 5 years ago
parent
commit
4af83430b5
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/lpc1768/pins_RAMPS_RE_ARM.h

+ 1
- 1
Marlin/src/pins/lpc1768/pins_RAMPS_RE_ARM.h View File

@@ -353,7 +353,7 @@
353 353
   #define SD_DETECT_PIN                    P1_31  // (49) J3-1 & AUX-3 (NOT 5V tolerant)
354 354
   #define KILL_PIN                         P1_22  // (41) J5-4 & AUX-4
355 355
   #define LCD_PINS_RS                      P0_16  // (16) J3-7 & AUX-4
356
-  #define LCD_SDSS                         P0_16  // (16) J3-7 & AUX-4
356
+  #define LCD_SDSS                         P1_23  // (53) J3-5 & AUX-3
357 357
 
358 358
   #if ENABLED(NEWPANEL)
359 359
     #if ENABLED(REPRAPWORLD_KEYPAD)

Loading…
Cancel
Save