Close

Improving the UI

A project log for Irreproducible clock

A clock you won't have a display for

ken-yapKen Yap 11/05/2024 at 08:440 Comments

I got tired of HMUI which assigns the two buttons to update the hours and minutes respectively which required assigning pressing both to Enter Set Mode to avoid accidental changing of the time.

Instead I have moved to MODEUI, where the first button cycles between Normal, Set Hours, and Set Minutes. The second button advances the hours or minutes. There is also a timeout to return to Normal after about a minute of button non-activity. It's the same MODEUI I have been deploying on my other designs.

This required revising the code, but it was straightforward and the changes have been pushed to Github.

Discussions