Fix high LCD status screen update frequency (PR#2655)

master
Richard Wackerbarth 9 years ago
parent 0ad25c6665
commit 03f0edb57e

@ -1696,7 +1696,8 @@ void lcd_update() {
} while( u8g.nextPage() );
}
#else
(*currentMenu)();
if (lcdDrawUpdate)
(*currentMenu)();
#endif
#if ENABLED(LCD_HAS_STATUS_INDICATORS)

Loading…
Cancel
Save