Add 'BTN_ENC_EN' for SKR V1.4 with DOGM (#19796)

This commit is contained in:
Gurmeet Athwal
2020-10-25 06:11:52 +05:30
committed by GitHub
parent b6508c4bd1
commit 62ba799d72
3 changed files with 18 additions and 2 deletions

View File

@ -399,6 +399,11 @@
#define LCD_PINS_D5 P1_21
#define LCD_PINS_D6 P1_22
#define LCD_PINS_D7 P1_23
#if ENABLED(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
#define BTN_ENC_EN LCD_PINS_D7 // Detect the presence of the encoder
#endif
#endif
#endif // !FYSETC_MINI_12864