summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-03-02 21:30:45 +0100
committerJF <jf@codingfield.com>2020-03-02 21:30:45 +0100
commitd2f725ec9bc6d848906b83ca539d873223d74648 (patch)
tree5be73dd37dd8c3880fc9a37f33bd7a44ce602a1c /README.md
parentd88ec8c2f06c55a01395fcdab0b816b717d9c685 (diff)
Update README.md with up to date picture.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index dc0ef39d..f0040b80 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")