Replies: 1 comment
-
You could do something similar to #961, just do it on every wake and disable on a single press of the button, rather than what I've done where it's all manual. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would wish my watch would just show the time when it wakes up from shake/wrist movement, but not start reacting to touch input. It often happens that it wakes up when I don't want it, which would be fine, if not at the same time it would happen that some menu is opened or some setting changed as well. Preferred would be that I can tell inifinitime to only light up the display on shake induced wakeup. If then I want to also use the touch input I would need to press the button explicitly.
So the possible states would be:
or
I wonder if that would be possible to implement and which areas of the firmware would need to be changed. If somebody could give me some pointer I might give it a try.
Beta Was this translation helpful? Give feedback.
All reactions