소스 검색

Fix ZoneStar LCD 2004 buttons (#20489)

ellensp 4 년 전
부모
커밋
31337826a3
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/lcd/marlinui.cpp

+ 1
- 1
Marlin/src/lcd/marlinui.cpp 파일 보기

@@ -923,7 +923,7 @@ void MarlinUI::update() {
923 923
 
924 924
       TERN_(HAS_SLOW_BUTTONS, slow_buttons = read_slow_buttons()); // Buttons that take too long to read in interrupt context
925 925
 
926
-      if (TERN0(REPRAPWORLD_KEYPAD, handle_keypad()))
926
+      if (TERN0(IS_RRW_KEYPAD, handle_keypad()))
927 927
         RESET_STATUS_TIMEOUT();
928 928
 
929 929
       uint8_t abs_diff = ABS(encoderDiff);

Loading…
취소
저장