浏览代码

🩹 Fix RADDS+RRD encoder button

Scott Lahteine 2 年前
父节点
当前提交
b8a376a28a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/pins/sam/pins_RADDS.h

+ 1
- 1
Marlin/src/pins/sam/pins_RADDS.h 查看文件

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

正在加载...
取消
保存