Fix high LCD status screen update frequency (PR#2655)
This commit is contained in:
parent
0ad25c6665
commit
03f0edb57e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user