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

This commit is contained in:
Richard Wackerbarth 2015-09-28 10:43:46 -05:00
parent 0ad25c6665
commit 03f0edb57e

View file

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