RAMPS pins for ANET_KEYPAD_LCD

This commit is contained in:
Scott Lahteine
2017-11-04 21:22:53 -05:00
parent 52aec32f3a
commit ca7d36d9ed
4 changed files with 16 additions and 3 deletions

View File

@ -4449,14 +4449,13 @@ void lcd_init() {
);
#if ENABLED(NEWPANEL)
#if BUTTON_EXISTS(EN1)
SET_INPUT_PULLUP(BTN_EN1);
#endif
#if BUTTON_EXISTS(EN2)
SET_INPUT_PULLUP(BTN_EN2);
#endif
#if BUTTON_EXISTS(ENC)
SET_INPUT_PULLUP(BTN_ENC);
#endif