aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2019-05-15 21:36:18 -0400
committerGravatar Daniel Smith <rdnlsmith@gmail.com> 2019-05-15 21:36:18 -0400
commita568ca8eebb3071b474da99737a767914eec5278 (patch)
treec25f940cbd5663397d26bc6d37bdcecd3613dc5f
parent8f19795141c284c79df3fa03841c2d6480520b53 (diff)
Update README, LICENSE, etc. for new project
Used Fitbit/sdk-lcd-clock as a starting point.
-rw-r--r--LICENSE3
-rw-r--r--README.md15
-rw-r--r--package.json4
-rw-r--r--screenshot.pngbin8179 -> 0 bytes
4 files changed, 9 insertions, 13 deletions
diff --git a/LICENSE b/LICENSE
index 2e5e5e1..18789e0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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
diff --git a/README.md b/README.md
index e35e774..0b458ea 100644
--- a/README.md
+++ b/README.md
@@ -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
deleted file mode 100644
index 513c2e8..0000000
--- a/screenshot.png
+++ /dev/null
Binary files differ