diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2019-05-15 21:36:18 -0400 |
---|---|---|
committer | Daniel Smith <rdnlsmith@gmail.com> | 2019-05-15 21:36:18 -0400 |
commit | a568ca8eebb3071b474da99737a767914eec5278 (patch) | |
tree | c25f940cbd5663397d26bc6d37bdcecd3613dc5f | |
parent | 8f19795141c284c79df3fa03841c2d6480520b53 (diff) |
Update README, LICENSE, etc. for new project
Used Fitbit/sdk-lcd-clock as a starting point.
-rw-r--r-- | LICENSE | 3 | ||||
-rw-r--r-- | README.md | 15 | ||||
-rw-r--r-- | package.json | 4 | ||||
-rw-r--r-- | screenshot.png | bin | 8179 -> 0 bytes |
4 files changed, 9 insertions, 13 deletions
@@ -1,6 +1,7 @@ MIT License -Copyright (c) 2017 Fitbit, Inc +Original work copyright (c) 2017 Fitbit, Inc +Modified work copyright (c) 2019 R. Daniel Smith Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -1,14 +1,9 @@ -# LCD Clock Face +# CPU -Fitbit SDK example application which looks like a retro LCD digital clock. +Digital clock face for Fitbit Versa, inspired by retro computer ads. -![Screenshot](screenshot.png) +Currently in early development. -Uses images instead of fonts, and colors are configurable. +# Acknowledgements -Find out more information on the -[Fitbit Developer Website](https://dev.fitbit.com). - -## License - -This example is licensed under the [MIT License](./LICENSE). +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 diff --git a/package.json b/package.json index 4f59b07..b053039 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "fitbit": { "appType": "clockface", - "appDisplayName": "LCD Clock", + "appDisplayName": "CPU", "iconFile": "resources/icon.png", "wipeColor": "#8bc34a", "requestedPermissions": [], @@ -11,7 +11,7 @@ ], "i18n": { "en": { - "name": "LCD Clock" + "name": "CPU" } } } diff --git a/screenshot.png b/screenshot.png Binary files differdeleted file mode 100644 index 513c2e8..0000000 --- a/screenshot.png +++ /dev/null |