Update README.md and picture.
This commit is contained in:
parent
fefb429fb4
commit
e56ebb8bd6
29
README.md
29
README.md
|
@ -24,8 +24,7 @@ The goal of this project is to design an open-source firmware for the Pinetime s
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
![Pinetime screens](images/0.14.0/collage1.png "PinetimeScreens")
|
![Pinetime screens](images/1.0.0/collage.png "PinetimeScreens")
|
||||||
![Pinetime screens](images/0.14.0/collage2.png "PinetimeScreens")
|
|
||||||
|
|
||||||
As of now, here is the list of achievements of this project:
|
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
|
- Heart rate measurements
|
||||||
- Step counting
|
- Step counting
|
||||||
- Wake-up on wrist rotation
|
- Wake-up on wrist rotation
|
||||||
- Multiple 'apps' :
|
- Quick actions
|
||||||
* Clock (displays the date, time, battery level, ble connection status, heart rate)
|
* Disable vibration on notification
|
||||||
* System info (displays various info : BLE MAC, build date/time, uptime, version,...)
|
* Brightness settings
|
||||||
* Brightess (allows the user to configure the brightness of the display)
|
* Flashlight
|
||||||
|
* Settings
|
||||||
|
- 2 watch faces:
|
||||||
|
* Digital
|
||||||
|
* Analog
|
||||||
|
- Multiple 'apps' :
|
||||||
* Music (control the playback of the music on your phone)
|
* Music (control the playback of the music on your phone)
|
||||||
* Heart rate (controls the heart rate sensor and display current heartbeat)
|
* Heart rate (controls the heart rate sensor and display current heartbeat)
|
||||||
* Navigation (displays navigation instructions coming from the companion app)
|
* 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)
|
* Paddle (single player pong-like game)
|
||||||
* Two (2048 clone game)
|
* Two (2048 clone game)
|
||||||
* Stopwatch (with all the necessary functions such as play, pause, lap, stop)
|
* 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):
|
- Supported by 3 companion apps (development is in progress):
|
||||||
* [Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbridge/) (on Android)
|
* [Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbridge/) (on Android)
|
||||||
* [Amazfish](https://openrepos.net/content/piggz/amazfish) (on SailfishOS and Linux)
|
* [Amazfish](https://openrepos.net/content/piggz/amazfish) (on SailfishOS and Linux)
|
||||||
* [Siglo](https://github.com/alexr4535/siglo) (on 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]** [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
|
- OTA (Over-the-air) update via BLE
|
||||||
- **[Experimental]** Bootloader based on [MCUBoot](https://juullabs-oss.github.io/mcuboot/)
|
- [Bootloader](https://github.com/JF002/pinetime-mcuboot-bootloader) based on [MCUBoot](https://juullabs-oss.github.io/mcuboot/)
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|
BIN
images/1.0.0/collage.png
Normal file
BIN
images/1.0.0/collage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
Loading…
Reference in a new issue