Skip to content

Conversation

voloved
Copy link
Contributor

@voloved voloved commented Sep 7, 2025

The set-time face shows blank when you go to it; longer than other faces.
This is because we draw the face after our event loop. Since EVENT_ACTIVATE isn't a case, we'll go to the default loop and return true before we get to draw.

Adding case EVENT_ACTIVATE: break; will stop the default loop from running and immediately show the time, which reduces perceived lag on the watch.

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

Successfully merging this pull request may close these issues.

1 participant