Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cutwell/garmin-written-watchface
Express the current time by highlighting words on the Garmin watchface
https://github.com/cutwell/garmin-written-watchface
garmin garmin-connect garmin-watchface monkey-c
Last synced: about 1 month ago
JSON representation
Express the current time by highlighting words on the Garmin watchface
- Host: GitHub
- URL: https://github.com/cutwell/garmin-written-watchface
- Owner: Cutwell
- License: mit
- Created: 2024-01-15T16:49:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-15T17:00:51.000Z (10 months ago)
- Last Synced: 2024-05-08T00:33:48.599Z (7 months ago)
- Topics: garmin, garmin-connect, garmin-watchface, monkey-c
- Language: Monkey C
- Homepage: https://apps.garmin.com/en-US/apps/b6ac3e67-1e91-4689-955e-b1f94e289d40
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Garmin Written Watchface
Express the current time by highlighting words on the Garmin watchface[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Garmin Connect IQ: Find on the watchface store](https://img.shields.io/badge/Garmin%20Connect%20IQ-Find%20on%20the%20watchface%20store-white?logoColor=11a9ed&labelColor=11a9ed&color=white)
](https://apps.garmin.com/en-US/apps/b6ac3e67-1e91-4689-955e-b1f94e289d40)## Install
### For supported watches
Download a pre-built binary for supported devices:
|Supported Device|
|:---:|
|Forerunner 45|
|Forerunner 45 Plus|1. Download the latest release from the [Garmin Connect IQ watchface store](https://apps.garmin.com/en-US/apps/b6ac3e67-1e91-4689-955e-b1f94e289d40).
2. Connect your watch to a PC, and copy-paste `written.prg` into the `GARMIN/Apps` directory.
### For unsupported watches
Compile your own binary, targetted for your device:
1. Clone this repository locally.
2. Follow the [Getting Started](https://developer.garmin.com/connect-iq/connect-iq-basics/getting-started/) page to install Monkey C and VSCode development extensions.
4. Follow the instructions for building + side-loading a watchface from the [Garmin website](https://developer.garmin.com/connect-iq/connect-iq-basics/your-first-app/#sideloadinganapp).
## Contributing
For information on how to set up your dev environment and contribute, see [here](.github/CONTRIBUTING.md).
## License
MIT