-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Simple Analog Face: A simple analog face with stepmeter indicators around the watch face #1151
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
base: main
Are you sure you want to change the base?
Conversation
- Add missing icons for bluetooth and heartrate - Re-style face and hands (lovely red dot).
Riksu9000
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.
Please use clang-format to format the files and address the code formatting checks.
- Formatted using clang-format
- Re-add hand trace components (thinner segments closer to center face)
|
I like this watchface, but it's almost a completely different watchface compared to the original analog one. |
- Use CheckboxList from InfiniTimeOrg#1024 for more than 4 face selections - Clean up styles in ~WatchFaceSimpleAnalog
I have implemented this face as the 5th face "Simple Analog" using the same setting method as in #1024 .As any of the other on hold faces are merged using the same settings menu, it should be easy enough to bump the index. Though I am aware that new faces are on hold whilst we sort memory usage issues? Cheers |
|
while it's not quite the same, part of the point (as I understood it) is to free up memory - so just adding a new analog face isn't much help. once there's a better method to load faces, then the old one can be re-added. |
If we do go this route, we should also remove the |
|
I'm for just replacing the current analog face with this. Why don't we have an option in the settings to remove the "smart" functions in this watch face so it's more like the current one if people prefer the style of the original? |
|
I believe that the background image should definitely be removed, as it takes up a relatively large amount of memory. That would mean not being able to have a setting that makes it look like the old style. |
I think what @calhix meant was to disable the step meter indicator part. |
This, and without the heart rate. I would prefer it never be visible on any watch face though unless you actually are checking the rate by going into the app and pushing start but that would be a separate issue. |
|
I'm not sure we can justify having two very similar watch faces taking up precious memory. I'm also strongly opposed to the idea of replacing the current watch face, it's the one I've always used. |
bg_clock.c == ~80 kb, which probably gets compressed but that is still large |
|
I think we should definitely move the background image to the external resources. That will free up some internal flash storage, and then we can decide what to do with this watch face. I was thinking that this could be a selectable option in the analogue watch face, like with PTS. |
Hey all,
I've revamped the analogue watch face and would like to discuss what people think.


Here are some screenshots:
More detailed changes:
Open to discussion, like the ideas? I am fond of making the face minimal (no second indicators between the hours), and simple single lines for each hand - but obviously this is just my opinion...