├── LICENSE.md ├── README.md ├── appinfo.json ├── resources ├── background.png └── perfect-dos-vga.ttf ├── screenshots └── screenshot.png ├── src ├── js │ └── app.js └── watchface-tutorial.c └── wscript /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebble-examples/watchface-tutorial/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebble-examples/watchface-tutorial/HEAD/README.md -------------------------------------------------------------------------------- /appinfo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebble-examples/watchface-tutorial/HEAD/appinfo.json -------------------------------------------------------------------------------- /resources/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebble-examples/watchface-tutorial/HEAD/resources/background.png -------------------------------------------------------------------------------- /resources/perfect-dos-vga.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebble-examples/watchface-tutorial/HEAD/resources/perfect-dos-vga.ttf -------------------------------------------------------------------------------- /screenshots/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebble-examples/watchface-tutorial/HEAD/screenshots/screenshot.png -------------------------------------------------------------------------------- /src/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebble-examples/watchface-tutorial/HEAD/src/js/app.js -------------------------------------------------------------------------------- /src/watchface-tutorial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebble-examples/watchface-tutorial/HEAD/src/watchface-tutorial.c -------------------------------------------------------------------------------- /wscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebble-examples/watchface-tutorial/HEAD/wscript --------------------------------------------------------------------------------