Browse Source

🩹 Fix RADDS+RRD encoder button

Scott Lahteine 2 years ago
parent
commit
b8a376a28a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/sam/pins_RADDS.h

+ 1
- 1
Marlin/src/pins/sam/pins_RADDS.h View File

@@ -286,7 +286,7 @@
286 286
   #endif // SPARK_FULL_GRAPHICS
287 287
 
288 288
   #if ENABLED(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
289
-    #define BTN_ENC_EN               LCD_PINS_D7  // Detect the presence of the encoder
289
+    #define BTN_ENC_EN                        47  // Detect the presence of the encoder
290 290
   #endif
291 291
 
292 292
 #endif // HAS_WIRED_LCD

Loading…
Cancel
Save