From 9940b38bbd0f53640b4a4ea2e0d70691bae04cea Mon Sep 17 00:00:00 2001 From: nlisgo Date: Thu, 25 Nov 2021 00:13:06 +0000 Subject: [PATCH] Force LCD on --- apps/cubescramble/cube-scramble.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/cubescramble/cube-scramble.js b/apps/cubescramble/cube-scramble.js index 8a7c2eb34..6fe477031 100644 --- a/apps/cubescramble/cube-scramble.js +++ b/apps/cubescramble/cube-scramble.js @@ -83,6 +83,8 @@ const presentScramble = () => { }; const init = () => { + Bangle.setLCDTimeout(0); + Bangle.setLCDPower(1); presentScramble(); };