Skip to content

Commit e56ebb8

Browse files
committedApr 21, 2021
Update README.md and picture.
1 parent fefb429 commit e56ebb8

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed
 

‎README.md

+21-8
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ The goal of this project is to design an open-source firmware for the Pinetime s
2424

2525
## Overview
2626

27-
![Pinetime screens](images/0.14.0/collage1.png "PinetimeScreens")
28-
![Pinetime screens](images/0.14.0/collage2.png "PinetimeScreens")
27+
![Pinetime screens](images/1.0.0/collage.png "PinetimeScreens")
2928

3029
As of now, here is the list of achievements of this project:
3130

@@ -37,24 +36,38 @@ As of now, here is the list of achievements of this project:
3736
- Heart rate measurements
3837
- Step counting
3938
- Wake-up on wrist rotation
40-
- Multiple 'apps' :
41-
* Clock (displays the date, time, battery level, ble connection status, heart rate)
42-
* System info (displays various info : BLE MAC, build date/time, uptime, version,...)
43-
* Brightess (allows the user to configure the brightness of the display)
39+
- Quick actions
40+
* Disable vibration on notification
41+
* Brightness settings
42+
* Flashlight
43+
* Settings
44+
- 2 watch faces:
45+
* Digital
46+
* Analog
47+
- Multiple 'apps' :
4448
* Music (control the playback of the music on your phone)
4549
* Heart rate (controls the heart rate sensor and display current heartbeat)
4650
* Navigation (displays navigation instructions coming from the companion app)
4751
* Notification (displays the last notification received)
4852
* Paddle (single player pong-like game)
4953
* Two (2048 clone game)
5054
* Stopwatch (with all the necessary functions such as play, pause, lap, stop)
55+
* Motion sensor and step counter (displays the number of steps and the state of the motion sensor in real-time)
56+
- User settings:
57+
* Display timeout
58+
* Wake-up condition
59+
* Time format (12/24h)
60+
* Default watch face
61+
* Battery status
62+
* Firmware validation
63+
* System information
5164
- Supported by 3 companion apps (development is in progress):
5265
* [Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbridge/) (on Android)
5366
* [Amazfish](https://openrepos.net/content/piggz/amazfish) (on SailfishOS and Linux)
5467
* [Siglo](https://github.com/alexr4535/siglo) (on Linux)
5568
* **[Experimental]** [WebBLEWatch](https://hubmartin.github.io/WebBLEWatch/) Synchronize time directly from your web browser. [video](https://youtu.be/IakiuhVDdrY)
56-
- **[Experimental]** OTA (Over-the-air) update via BLE
57-
- **[Experimental]** Bootloader based on [MCUBoot](https://juullabs-oss.github.io/mcuboot/)
69+
- OTA (Over-the-air) update via BLE
70+
- [Bootloader](https://github.com/JF002/pinetime-mcuboot-bootloader) based on [MCUBoot](https://juullabs-oss.github.io/mcuboot/)
5871

5972
## Documentation
6073

‎images/1.0.0/collage.png

1.43 MB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.