summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-03-02 20:30:45 (GMT)
committerJF <jf@codingfield.com>2020-03-02 20:30:45 (GMT)
commitd2f725ec9bc6d848906b83ca539d873223d74648 (patch)
tree5be73dd37dd8c3880fc9a37f33bd7a44ce602a1c
parentd88ec8c2f06c55a01395fcdab0b816b717d9c685 (diff)
Update README.md with up to date picture.
-rw-r--r--README.md15
-rw-r--r--images/v0.3.0.pngbin0 -> 1141603 bytes
2 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index dc0ef39..f0040b8 100644
--- a/README.md
+++ b/README.md
@@ -22,16 +22,17 @@ I've tested this project on the actual PineTime hardware.
## Current state
-![Pinetime](./images/pinetime.jpg "Pinetime")
+![Pinetime](./images/v0.3.0.png "Pinetime")
* Project builds and runs on the Pinetime;
* Logs available via JLink RTT;
- * Basic (but faster) LCD driver.
- * One big font to display the time (hours : minutes)
- * BLE advertising, connection and bonding
- * BLE CTS client (retrieves the time from the connected device if it implements a CTS server)
- * Push button to go to disable screen (and go to low power mode) / enable screen (and wake-up). **NOTE** : I'm not completely sure the power consumption is optimal, especially in sleep mode. Any help to measure and debug this is welcome.
- * Touch panel : wake up when sleeping and draw square on screen when running
+ * SPI (DMA & IRQ based) LCD driver;
+ * BLE advertising, connection and bonding;
+ * BLE CTS client (retrieves the time from the connected device if it implements a CTS server);
+ * Push button to go to disable screen (and go to low power mode) / enable screen (and wake-up);
+ * Touch panel support;
+ * Basic user interface via display, touchpanel and push button.
+ * Digital watch face and 4 demo applications (spinning meter, analog gauche, push button and message box);
## Stub using NRF52-DK
![Pinetime stub](./images/pinetimestub1.jpg "PinetimeStub")
diff --git a/images/v0.3.0.png b/images/v0.3.0.png
new file mode 100644
index 0000000..4a2bcdd
--- /dev/null
+++ b/images/v0.3.0.png
Binary files differ