No description
Find a file
2026-07-07 23:11:42 +02:00
src/c Removing the stupid enum for minutes rounded and just using int. Also changing the display to be a bit more like what it should 2026-07-07 23:11:42 +02:00
.gitignore Initial commit 2026-06-21 21:33:28 +02:00
compile_commands.json Initial commit 2026-06-21 21:33:28 +02:00
package.json Initial commit 2026-06-21 21:33:28 +02:00
README.md Updating README 2026-06-21 21:35:13 +02:00
wscript Initial commit 2026-06-21 21:33:28 +02:00

pebble-tijd

A Pebble watchface written to show the interesting way of telling the time in Dutch.

Building & running

pebble build                          # build for all targetPlatforms
pebble install --emulator emery       # install on the emery emulator
pebble install --phone <ip>           # install to a paired phone

Target platforms

targetPlatforms in package.json controls which watches you build for. The modern Pebble hardware is emery (Pebble Time 2), gabbro (Pebble Round 2), and flint (Pebble 2 Duo); the original Pebble platforms (aplite, basalt, chalk, diorite) are included by default for backwards compatibility.

Project layout

src/c/           C source for the watchapp
worker_src/c/    Background worker source, if any
resources/       Images, fonts, and other bundled resources
package.json     Project metadata (UUID, platforms, resources, message keys)
wscript          Build rules — usually no need to edit

Documentation

Full SDK docs, tutorials, and API reference: https://developer.repebble.com