diff --git a/README.md b/README.md index 55afcc57..a4d40a6a 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ The goal of this project is to design an open-source firmware for the Pinetime s ## Overview -![Pinetime screens](images/0.14.0/collage1.png "PinetimeScreens") -![Pinetime screens](images/0.14.0/collage2.png "PinetimeScreens") +![Pinetime screens](images/1.0.0/collage.png "PinetimeScreens") As of now, here is the list of achievements of this project: @@ -37,10 +36,15 @@ As of now, here is the list of achievements of this project: - Heart rate measurements - Step counting - Wake-up on wrist rotation - - Multiple 'apps' : - * Clock (displays the date, time, battery level, ble connection status, heart rate) - * System info (displays various info : BLE MAC, build date/time, uptime, version,...) - * Brightess (allows the user to configure the brightness of the display) + - Quick actions + * Disable vibration on notification + * Brightness settings + * Flashlight + * Settings + - 2 watch faces: + * Digital + * Analog + - Multiple 'apps' : * Music (control the playback of the music on your phone) * Heart rate (controls the heart rate sensor and display current heartbeat) * Navigation (displays navigation instructions coming from the companion app) @@ -48,13 +52,22 @@ As of now, here is the list of achievements of this project: * Paddle (single player pong-like game) * Two (2048 clone game) * Stopwatch (with all the necessary functions such as play, pause, lap, stop) + * Motion sensor and step counter (displays the number of steps and the state of the motion sensor in real-time) + - User settings: + * Display timeout + * Wake-up condition + * Time format (12/24h) + * Default watch face + * Battery status + * Firmware validation + * System information - Supported by 3 companion apps (development is in progress): * [Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbridge/) (on Android) * [Amazfish](https://openrepos.net/content/piggz/amazfish) (on SailfishOS and Linux) * [Siglo](https://github.com/alexr4535/siglo) (on Linux) * **[Experimental]** [WebBLEWatch](https://hubmartin.github.io/WebBLEWatch/) Synchronize time directly from your web browser. [video](https://youtu.be/IakiuhVDdrY) - - **[Experimental]** OTA (Over-the-air) update via BLE - - **[Experimental]** Bootloader based on [MCUBoot](https://juullabs-oss.github.io/mcuboot/) + - OTA (Over-the-air) update via BLE + - [Bootloader](https://github.com/JF002/pinetime-mcuboot-bootloader) based on [MCUBoot](https://juullabs-oss.github.io/mcuboot/) ## Documentation diff --git a/images/1.0.0/collage.png b/images/1.0.0/collage.png new file mode 100644 index 00000000..b9ffaa88 Binary files /dev/null and b/images/1.0.0/collage.png differ