https://github.com/semperos/pebble-watchface-ninth-hour
Source for a custom Pebble watch face called "Ninth Hour"
https://github.com/semperos/pebble-watchface-ninth-hour
Last synced: 2 months ago
JSON representation
Source for a custom Pebble watch face called "Ninth Hour"
- Host: GitHub
- URL: https://github.com/semperos/pebble-watchface-ninth-hour
- Owner: semperos
- License: apache-2.0
- Created: 2016-06-03T21:59:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-03T22:11:08.000Z (about 10 years ago)
- Last Synced: 2025-01-15T23:31:46.531Z (over 1 year ago)
- Language: C
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pebble Watch Face: Ninth Hour
This repository holds the C source code and media artifacts for a custom Pebble watch face called "Ninth Hour". It is currently under development and not available via official Pebble channels.
The design includes an Orthodox-style Cross. When finished, I hope to include various configuration options that allow altering inclusion/exclusion and format of the time, date, weather, etc.
## Building and Installation
Make sure you have the Developer Connection running via your phone's Pebble app, then run the following to build the project and install it directly to your Pebble device:
```
pebble build && pebble install
```
## Bitmap
The PNG of the Cross is generated using the [Piskel](http://www.piskelapp.com/) pixel art and animated sprite editor. The tool is open source and can be used via the browser or as a node-webkit desktop app (see [here](https://github.com/juliandescottes/piskel/wiki/Desktop-applications)).
## License
The source code and media files in this repository are part of the pebble-watchface-ninth-hour open source project. Copyright (c) 2016 Daniel Gregoire and project authors. Licensed under Apache License v2.0. See LICENSE.txt for the text of the license.