RAMPS pins for ANET_KEYPAD_LCD
This commit is contained in:
parent
52aec32f3a
commit
ca7d36d9ed
4 changed files with 16 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue