-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add settings overview for digital watchface #1028
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
Conversation
- Add long press settings page and a close button
|
I'm very happy to see this implemented, it was on my to-do list! |
NeroBurner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you've changed Settings (i.e. you added new settings). You need to increment settingsVersion
static constexpr uint32_t settingsVersion = 0x0003;otherwise you are bound to run into the same errors as in PR #1024 (comment)
- Remove extra indentation - Fix settings icon alignment - Increment settings version number
|
@NeroBurner thanks for that I've incremented the settings version number |
|
any news @Sykomaniac ? |
|
Happy to update the PR to the latest code base if desired |








What does it do?
Create a settings overlay for the digital watchface to add colourful battery icon and battery percentage display. Implementation is similar to PineTime to avoid adding entries into main settings pages. Closes #582
Screenshots