Quellcode durchsuchen

🩹 Fix RADDS+RRD encoder button

Scott Lahteine vor 2 Jahren
Ursprung
Commit
b8a376a28a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      Marlin/src/pins/sam/pins_RADDS.h

+ 1
- 1
Marlin/src/pins/sam/pins_RADDS.h Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern