https://github.com/hiddewie/garmin-watch-face
Garmin Watch face using a base-12 number notation
https://github.com/hiddewie/garmin-watch-face
connect-iq garmin watchface
Last synced: 3 months ago
JSON representation
Garmin Watch face using a base-12 number notation
- Host: GitHub
- URL: https://github.com/hiddewie/garmin-watch-face
- Owner: hiddewie
- Created: 2018-11-10T12:55:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T20:29:50.000Z (over 1 year ago)
- Last Synced: 2024-06-12T17:58:04.836Z (11 months ago)
- Topics: connect-iq, garmin, watchface
- Language: Monkey C
- Size: 3.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-garmin - garmin-watch-face
- awesome-garmin - garmin-watch-face
README
# Garmin Watch face

This project creates a watch face using a base-12 hour and minute notation.
Features:
- Base 12 hour and minute notation
- Alarm (icon for one alarm, number for more than one alarm)
- Battery
- Day of week and day of monthThe colors of all the parts of the watch face can be configured individually. Also, some elements can be removed
from the watch face.### Explanation of base-12 notation
The numbers from 0 to 9 are the same as in the decimal (base-10) notation.
The decimal numbers 10 and 11 are represented with the dodezenal characters ↊ and ↋.
##### Hour
The hour notation is two times 12 hours. The first twelve hours are the values 0-11 (base 10) and are preceded with a 0. The last
12 hours are preceded by a 1.##### Minute
The minute notation increases the value every five minutes. Every minute the postfix is increased by one.
#### Example
The screenshot above shows a time of 23:44 in decimal time. (11 hours after 12 o'clock, and 8×5 + 4 minutes).
Also, 2 alarms are set, around 70% of the step goal has been reached and the move alert is at level 5.