Browse Source

RADDS: Update Full Graphic Display Pins (#11731)

Kevin 7 years ago
parent
commit
ae1271b2ae
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/pins/pins_RADDS.h

+ 2
- 2
Marlin/src/pins/pins_RADDS.h View File

@@ -206,8 +206,8 @@
206 206
 
207 207
   #elif ENABLED(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
208 208
 
209
-    #define LCD_PINS_RS     46
210
-    #define LCD_PINS_ENABLE 47
209
+    #define LCD_PINS_RS     42
210
+    #define LCD_PINS_ENABLE 43
211 211
     #define LCD_PINS_D4     44
212 212
 
213 213
     #define BEEPER_PIN      41

Loading…
Cancel
Save