diff --git a/README.md b/README.md index b58821ef..287c12c8 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ Fast open-source firmware for the [PineTime smartwatch](https://pine64.org/devic - I stored the compile commands in scripts compile.sh to run from InfiniTime/ folder, and make_pine_mcu.sh to build the image must be run from InfiniTime/build/ (compile.sh copies make_pine_mcu.sh to build/ - The file to flash to the pinetime is InfiniTime/build/pinetime-mcuboot-app-dfu-1.14.0.zip : I didn't change the version compared to the one I downloaded from [InfiniTime](https://github.com/InfiniTimeOrg/InfiniTime) so make sure not to keep keep a copy of it +Here are pictures with and without alarm set : + +![Meow alarm set](doc/ui/meow_alarmset.png "Meow WatchFace, alarm set") ![Meow alarm not set](doc/ui/meow_alarmnotset.png "Meow WatchFace, alarm not set") + ## New to InfiniTime? - [Getting started with InfiniTime](doc/gettingStarted/gettingStarted-1.0.md) diff --git a/doc/ui/meow_alarmnotset.png b/doc/ui/meow_alarmnotset.png new file mode 100644 index 00000000..ac11e47e Binary files /dev/null and b/doc/ui/meow_alarmnotset.png differ diff --git a/doc/ui/meow_alarmset.png b/doc/ui/meow_alarmset.png new file mode 100644 index 00000000..e0b4b3f7 Binary files /dev/null and b/doc/ui/meow_alarmset.png differ