Parcourir la source

Fix ZoneStar LCD 2004 buttons (#20489)

ellensp il y a 4 ans
Parent
révision
31337826a3
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Marlin/src/lcd/marlinui.cpp

+ 1
- 1
Marlin/src/lcd/marlinui.cpp Voir le fichier

@@ -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);

Chargement…
Annuler
Enregistrer