CarpeNoctem / Sensor-Watch

A board replacement for the classic Casio F-91W wristwatch
Other
1 stars 0 forks source link

Simple Tide - To-do - Blink the current setting #7

Open CarpeNoctem opened 2 months ago

CarpeNoctem commented 2 months ago

Make the active setting (hours/minutes) blink, as it does elsewhere, so that the user has visual confirmation that they're in settings mode and adjusting what they think they're adjusting.

CarpeNoctem commented 1 month ago

Quick update - I might need a little help on this one. I carried over some blink functionality from another face, but it introduced an undesirable behaviour: Incrementing the hours or minutes now skips ahead often. This doesn't happen in other faces, and I compared code for a bit and couldn't find out why mine did this and others do not. I'll probably try to get issue #1 sorted out and then come back to this.

CarpeNoctem commented 1 month ago

Odd. Without making any code changes to the watch face code, this is now working after pulling in upstream changes from main and next branches. Will push a commit closing this out soon.