From 04c08de89aa6a7f6c4c36dcac717f1ae96870d3a Mon Sep 17 00:00:00 2001 From: Felipe Manga Date: Mon, 15 Jan 2024 15:23:39 +0000 Subject: [PATCH] Don't update animation when screen is locked --- apps/warpdrive/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/warpdrive/app.js b/apps/warpdrive/app.js index b66295d3a..9559de693 100644 --- a/apps/warpdrive/app.js +++ b/apps/warpdrive/app.js @@ -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();