Add settings overview for digital watchface#1028
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.
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