summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-15Mention blog post in README.mdHEADmaincos
2022-05-14Handle DST for the extra timezones displayedcos
Prior to this commit, the watchface needed to be recompiled and reinstalled a few times a year. Which was a bit of a hassle. Unreliable on the actual days when UTC offset changes, since no attempts are made at hitting the exact hour. That's good enough for me.
2022-05-14Show battery status in hour and minute handscos
Garmin do not provide all too many tools, so this uses the only imaginable way to get partially red and partially white hands with the graphics primitives available. They idea is that there is a loop over each angle mapping to new pixels of the hands, setting the clipping region while using red, to get a battery level indication along the hands.
2022-05-14First initial version of watchfacecos
2022-05-14Inherited code from github.com/cy384/copernicuscy384
Original repository used as base to quickly get a working watchface app.