Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After a timeout (~30s?) after screen turns off from inactivity, return to clock face #1745

Closed
1 task done
sammyj85 opened this issue Apr 16, 2023 · 1 comment
Closed
1 task done

Comments

@sammyj85
Copy link

Verification

  • I searched for similar issues and found none was relevant.

Introduce the issue

If the screen turns off from inactivity (whichever state it ended up), next time you want to use the watch, chances are you want to see the time. So after 30-60s, it should return to the clock face next time the screen wakes up.

Preferred solution

The screen turns off after 15s of inactivity for me.
After 30s of inactivity, it should set the state to clock face.
Not sure if the micro goes to sleep at the same time the screen turns off, but it could set a timestamp of when the screen turned off. And when it wakes, it compares if more than 15s have passed since the timestamp, in which case it returns to the clock face, before displaying anything.

Version

1.12.0

@Riksu9000
Copy link
Contributor

Duplicate of #570. The currently relevant issues are #618 and/or #1592.

@Riksu9000 Riksu9000 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants