You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Temporarily activate scroll on twist function when a new message triggers the message app. This way it's possible to scroll through a message in the message scroller hands free.
4
+
5
+
## Usage
6
+
7
+
This is a bootloader app and only needs to be installed to add the functionality to the watch.
8
+
9
+
## Notes
10
+
11
+
Tried with [a development version "Message UI" app](https://github.com/espruino/BangleApps/pull/3685) centered around the message scroller. Should work with the standard version as well.
12
+
13
+
## Requests
14
+
15
+
Mention @thyttan in an issue on the espruino/BangleApps repository.
},700)// It feels like there's a more elegant solution than checking the filename after 700 milliseconds. But this at least seems to work w/o sometimes activating when it shouldn't.
14
+
}});
15
+
16
+
// twistThreshold How much acceleration to register a twist of the watch strap? Can be negative for opposite direction. default = 800
17
+
// twistMaxY Maximum acceleration in Y to trigger a twist (low Y means watch is facing the right way up). default = -800
18
+
// twistTimeout How little time (in ms) must a twist take from low->high acceleration? default = 1000
0 commit comments