ソースを参照

Fix ZoneStar LCD 2004 buttons (#20489)

ellensp 4年前
コミット
31337826a3
コミッターのメールアドレスに関連付けられたアカウントが存在しません
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);

読み込み中…
キャンセル
保存