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(); };