-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Built as submitted to fitbit for app gallery
Merge to master: Ded fnt clock
- Loading branch information
Showing
10 changed files
with
335 additions
and
407 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2018 Falko Hegewald | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,50 @@ | ||
# DigiChrono | ||
Clockface for Fitbit Versa | ||
|
||
This clockface has two main views: | ||
|
||
1. A simple and clean digital clock view showing | ||
- the time in the middle (HH:MM) | ||
- a slowly filling horizontal line denoting the seconds | ||
- the date below | ||
- a status bar on top: | ||
+ LH corner: battery status | ||
+ RH corner: heart rate | ||
|
||
2. The current stats | ||
- the time smaller on the upper area (HH:MM) | ||
- a status bar on top: | ||
+ LH corner: battery status | ||
+ RH corner: heart rate | ||
- the following stats, all shown in slowly filling arcs from | ||
|
||
0 - the users goal | ||
+ calories | ||
+ active minutes | ||
+ steps | ||
+ floors | ||
+ distance (in km) | ||
|
||
You can switch between both views with a tap on the display | ||
# DigiChron | ||
**Clockface for Fitbit Versa** | ||
|
||
## This clockface has two main views: | ||
|
||
### 1. A simple and clean digital clock view showing | ||
- the time in the middle (HH:MM) | ||
- a slowly filling horizontal line denoting the seconds | ||
- the date below | ||
- a status bar on top: | ||
- LH corner: battery status | ||
- RH corner: heart rate | ||
|
||
The time supports 24h and 12h format. | ||
The day name supports DE (German) and EN (English) language. For all other, it defaults to english. | ||
The date format supports US locale setting (M/D/YYYY), for all other locales, it defaults to D.M.YYYY | ||
|
||
### 2. The current stats | ||
- the time smaller on the upper area (HH:MM) | ||
- a status bar on top: | ||
- LH corner: battery status | ||
- RH corner: heart rate | ||
- the following stats, all shown in slowly filling arcs from zero to the users goal | ||
- calories | ||
- active minutes | ||
- steps | ||
- floors | ||
- distance (in km) | ||
|
||
If the goal is reached for a stat, a blur is surrounding the filled arc and a star is shown in the upper RH corner. | ||
|
||
## Usage | ||
|
||
You can switch between both views with a tap on the display | ||
|
||
## Credits: | ||
|
||
- The stars for completed goals are from [Freepik](https://www.freepik.com/free-vector/colorful-star-icons_787040.htm) | ||
|
||
## Disclaimer: | ||
|
||
The clockface was created as a hobby project. | ||
I may or may not continue to work on it in the future. | ||
Probably there will be some further version with some settings for color and with the support for more locales. | ||
|
||
## Contact: | ||
|
||
You can find the clockface sourcecode on [GitHub](https://github.com/tanstaaflFH/DigiChron) | ||
|
||
You can contact me under [[email protected]](mailto://[email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.