Browse Source

🩹 Fix RADDS+RRD encoder button

vanilla_fb_2.0.x
Scott Lahteine 2 years ago
committed by Scott Lahteine
parent
commit
9ff8220b8a
  1. 2
      Marlin/src/pins/sam/pins_RADDS.h

2
Marlin/src/pins/sam/pins_RADDS.h

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

Loading…
Cancel
Save