Replies: 2 comments 6 replies
-
Hi 814d3, This is one of the first things I did to my watch. You have to modify four files (movement.h, movement.c, timer_face.c, and simple_clock_face.c) but it's a fairly straight forward process. It seems the reason this wasn't done is because the bell icon that the timer face uses when active is used to indicate if the hourly chime turned on. I don't use the hourly chime so I repurposed the bell icon on the simple clock face to indicate that a timer is running in the background. Below is the code I used to achieve this: movement.h movement.c timer_face.c simple_clock_face.c Hope this helps 🙂 |
Beta Was this translation helpful? Give feedback.
-
Hi WesleyBlack, thanks a lot for the code. I'll get into it and try to activate the LAP indicator instead. But before, I hope somebody can fix the bug I experience with the timer_face #377. For me it is very unreliable and I don't use the timer right now. |
Beta Was this translation helpful? Give feedback.
-
Hi all, especially @TheOnePerson,
I use the timer_face quite often in background (simple_clock ist active while the timer counts down several hours/mins) and would like to have an indicator, that a timer is running. For example the LAP indicator could be active or flash while a timer is active. Maybe flashing would be a good idea as the low voltage warning will activate a constant LAP signal - so it should be easily distinguishable.
Greetings
Beta Was this translation helpful? Give feedback.
All reactions