diff options
| -rw-r--r-- | README.md | 13 | ||||
| -rw-r--r-- | screenshots/basalt_01_countdown.png | bin | 0 -> 1579 bytes | |||
| -rw-r--r-- | screenshots/gabbro_01_menu.png | bin | 0 -> 3366 bytes | |||
| -rw-r--r-- | screenshots/gabbro_02_countdown.png | bin | 0 -> 3234 bytes | |||
| -rw-r--r-- | screenshots/gabbro_03_history.png | bin | 0 -> 3008 bytes |
5 files changed, 10 insertions, 3 deletions
@@ -2,6 +2,12 @@ FastForge is a Pebble watchapp for intermittent fasting tracking, built with the Rebble SDK. +## Screenshots + +| Pebble Round 2 — Menu | Pebble Round 2 — Countdown | Pebble Round 2 — History | Pebble Time — Countdown | +|:---:|:---:|:---:|:---:| +|  |  |  |  | + ## Day-1 Setup (Fedora + Rebble SDK 4.9+) ```bash @@ -38,8 +44,9 @@ just logs Useful commands: - `just`: list commands -- `just dev`: build + install to basalt emulator -- `just logs`: live logs from basalt emulator -- `just screenshot`: screenshot from basalt emulator +- `just dev`: build + install to Pebble Round 2 (gabbro) emulator +- `just dev-basalt`: build + install to Pebble Time (basalt) emulator +- `just logs`: live logs from gabbro emulator +- `just screenshot`: screenshot from gabbro emulator - `just kill`: stop emulator - `just clean`: remove build artifacts diff --git a/screenshots/basalt_01_countdown.png b/screenshots/basalt_01_countdown.png Binary files differnew file mode 100644 index 0000000..8c1956f --- /dev/null +++ b/screenshots/basalt_01_countdown.png diff --git a/screenshots/gabbro_01_menu.png b/screenshots/gabbro_01_menu.png Binary files differnew file mode 100644 index 0000000..08f1cb6 --- /dev/null +++ b/screenshots/gabbro_01_menu.png diff --git a/screenshots/gabbro_02_countdown.png b/screenshots/gabbro_02_countdown.png Binary files differnew file mode 100644 index 0000000..703c3ae --- /dev/null +++ b/screenshots/gabbro_02_countdown.png diff --git a/screenshots/gabbro_03_history.png b/screenshots/gabbro_03_history.png Binary files differnew file mode 100644 index 0000000..3c82dbd --- /dev/null +++ b/screenshots/gabbro_03_history.png |
