Browse Source

And one more...

Scott Lahteine 10 years ago
parent
commit
f074706d2e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ultralcd.cpp

+ 1
- 1
Marlin/ultralcd.cpp View File

@@ -1332,7 +1332,7 @@ void lcd_update()
1332 1332
             lcd_implementation_clear();
1333 1333
         if (lcdDrawUpdate)
1334 1334
             lcdDrawUpdate--;
1335
-        lcd_next_update_millis = millis() + 100;
1335
+        lcd_next_update_millis = millis() + LCD_UPDATE_INTERVAL;
1336 1336
     }
1337 1337
 }
1338 1338
 

Loading…
Cancel
Save