https://github.com/linusg/garmin-watchface
⌚ A Garmin Watch Face for myself
https://github.com/linusg/garmin-watchface
garmin garmin-watch garmin-watch-face monkey-c watch-face
Last synced: 4 months ago
JSON representation
⌚ A Garmin Watch Face for myself
- Host: GitHub
- URL: https://github.com/linusg/garmin-watchface
- Owner: linusg
- License: mit
- Created: 2022-08-13T10:11:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T11:20:04.000Z (about 3 years ago)
- Last Synced: 2025-01-29T10:31:48.416Z (9 months ago)
- Topics: garmin, garmin-watch, garmin-watch-face, monkey-c, watch-face
- Language: Monkey C
- Homepage:
- Size: 15.6 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Watch Face

## What's this?
A name-less, option-less Garmin Watch Face I made for personal use, and to learn
a bit more about the Connect IQ SDK and the underlying Monkey C language.## Installation
Build via the Monkey C VSCode extension and copy the resulting `.prg` file into
the apps directory on the watch.## Configuration
There is none, everything is hardcoded the way I like it :^)
For debugging the manual layout drawing code (indicator icons and labels) you
can set `WatchFaceView::_drawBoundingBoxes` to `true`.