And one more...
This commit is contained in:
parent
b726511a3b
commit
f074706d2e
|
@ -1332,7 +1332,7 @@ void lcd_update()
|
||||||
lcd_implementation_clear();
|
lcd_implementation_clear();
|
||||||
if (lcdDrawUpdate)
|
if (lcdDrawUpdate)
|
||||||
lcdDrawUpdate--;
|
lcdDrawUpdate--;
|
||||||
lcd_next_update_millis = millis() + 100;
|
lcd_next_update_millis = millis() + LCD_UPDATE_INTERVAL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue