From ff95dd3b2c9a74d0173227a88cb1d171639996d1 Mon Sep 17 00:00:00 2001 From: Alain Saas Date: Sun, 28 Nov 2021 13:29:06 +0900 Subject: [PATCH] Create README.md --- apps/a_clock_timer/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 apps/a_clock_timer/README.md diff --git a/apps/a_clock_timer/README.md b/apps/a_clock_timer/README.md new file mode 100644 index 000000000..c2a5a0c36 --- /dev/null +++ b/apps/a_clock_timer/README.md @@ -0,0 +1,15 @@ +# A Clock with Timer, Map and Time Zones + +* Works with Bangle 2 +* Timer + * Right tap: start/increase by 10 minutes; Left tap: decrease by 5 minutes + * Short buzz at T-30, T-20, T-10 ; Double buzz at T +* Other time zones + * Currently hardcoded to Paris and Tokyo (this will be customizable in a future version) +* World Map + * The yellow line shows the position of the sun + +![](screenshot.jpg) + +## Creator +[@alainsaas](https://github.com/alainsaas)