From c51919045b7a18bb4434608303a59ce5e8ed307f Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.com⁩> Date: Sat, 15 Feb 2025 03:42:00 +0100 Subject: [PATCH] msgtwscr: unlock the watch on twist as well Maybe implement this in a separate app instead. --- apps/msgtwscr/boot.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/msgtwscr/boot.js b/apps/msgtwscr/boot.js index 821561bdc..22bc03bcc 100644 --- a/apps/msgtwscr/boot.js +++ b/apps/msgtwscr/boot.js @@ -19,6 +19,8 @@ function onTwistEmitDrag() { Bangle.setOptions({twistThreshold:2500, twistMaxY:-800, twistTimeout:400}); Bangle.on("twist", ()=>{ + Bangle.setLocked(false); + Bangle.setLCDPower(true); let i = 25; const int = setInterval(() => { Bangle.emit("drag", {dy:-3})