~ruther/simple-clock

ref: 0248a3d23e58c50caa5085204db3d0211664da8e simple-clock/source/src/clock_display_viewer.rs -rw-r--r-- 6.1 KiB
2960f7a0 — František Boháček 1 year, 10 months ago
feat(src): add clock edit mode

Adds modes for the clock app, that may be
changed. The new mode added is clock edit mode,
that adds support for editing the current clock.
994a92fe — František Boháček 1 year, 10 months ago
chore(src): format with cargo-fmt
d6c87cb8 — František Boháček 1 year, 10 months ago
feat(src): replace DisplayView with hide, show on clock parts

The clock is meant to show only clock, so introducing
DisplayView trait was an overkill, a simpler
solution has been implemented instead.

Previous solution did not allow for showing and hiding individual parts,
hiding parts may be useful when setting time, to blink the current part
being set.
9a82d5ee — František Boháček 1 year, 10 months ago
chore(src): move source to source/ folder
7532a6fe — František Boháček 1 year, 10 months ago
feat(src): add clock seven segment display support
Do not follow this link