Don't update animation when screen is locked

pull/3156/head
Felipe Manga 2024-01-15 15:23:39 +00:00
parent 8d1d4896c8
commit 04c08de89a
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ function drawNode(index) {
}
function tick(widgets) {
if (lcdBuffer) {
if (lcdBuffer && !widgets) {
BLACK().drawRect(-1, -1, 0, 177); // dirty all the rows
gfx.clear();
gfx.stars();