diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2019-05-19 17:42:45 -0400 |
---|---|---|
committer | Daniel Smith <rdnlsmith@gmail.com> | 2019-05-19 17:42:45 -0400 |
commit | 0da806a5e7bade6db5ec1030a1e1cf901b4b7e53 (patch) | |
tree | 79fb7a4f2769c44a8323706549dd5a39b341695d | |
parent | 1f247a74e2b379111ebb6b006c53ee4ec54364e1 (diff) |
Update README
-rw-r--r-- | README.md | 21 | ||||
-rw-r--r-- | screenshot_gallery.png | bin | 0 -> 14644 bytes | |||
-rw-r--r-- | screenshot_github.png | bin | 0 -> 39428 bytes |
3 files changed, 18 insertions, 3 deletions
@@ -1,9 +1,24 @@ # CPU -Digital clock face for Fitbit Versa, inspired by retro computer ads. +Digital clock face for Fitbit Versa, inspired by retro computer ads. Currently in early development. -Currently in early development. +![Screenshot](./screenshot_github.png) + +## Current Features + +* Time (12 / 24 hr) +* Day and date +* Heart rate +* Step count + +## Planned Features + +* Weather +* Other activity stats (configurable) +* Heart rate animation # Acknowledgements -This project was started from the [Fitbit/sdk-lcd-clock](https://github.com/Fitbit/sdk-lcd-clock) example, as of [commit 8f19795](https://github.com/Fitbit/sdk-lcd-clock/commit/8f19795141c284c79df3fa03841c2d6480520b53).
\ No newline at end of file +This project was started from the [Fitbit/sdk-lcd-clock](https://github.com/Fitbit/sdk-lcd-clock) example, as of [commit 8f19795](https://github.com/Fitbit/sdk-lcd-clock/commit/8f19795141c284c79df3fa03841c2d6480520b53). + +The clock numerals are based on the [Chintzy CPU](https://www.fontspace.com/%C3%A6nigma-fonts/chintzy-cpu-brk) font. All other text uses [Quantifier](https://www.fontspace.com/total-fontgeek-dtf-ltd/quantifier-nbp).
\ No newline at end of file diff --git a/screenshot_gallery.png b/screenshot_gallery.png Binary files differnew file mode 100644 index 0000000..d3c853f --- /dev/null +++ b/screenshot_gallery.png diff --git a/screenshot_github.png b/screenshot_github.png Binary files differnew file mode 100644 index 0000000..2a119b0 --- /dev/null +++ b/screenshot_github.png |