-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
slopeclockpp 0.04: Changed to use clock_info for displayed data (see #…
…2226) Made fonts smaller to avoid overlap when (eg) 22:00 Allowed black/white background (as that can look nice too)
- Loading branch information
1 parent
f9433dc
commit c039069
Showing
7 changed files
with
74 additions
and
133 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,16 @@ | ||
# Slope Clock ++ | ||
|
||
A version of Slope Clock with extra information displayed on | ||
the clock face using the clock_info module. | ||
|
||
## Usage | ||
|
||
When the screen is unlocked, tap on the information that you would like | ||
to change (top right or bottom left). It should change color showing | ||
it is selected. | ||
|
||
* Swipe up or down to cycle through the info screens that can be displayed | ||
* Swipe left or right to change the type of info screens displayed (by default | ||
there is only one type of data so this will have no effect) | ||
|
||
Settings are saved automatically and reloaded along with the clock. |
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
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,10 +1,10 @@ | ||
{ | ||
"showSteps": true, | ||
"showWeather": true, | ||
"colorRed": true, | ||
"colorGreen": true, | ||
"colorBlue": true, | ||
"colorYellow": true, | ||
"colorMagenta": true, | ||
"colorCyan": true | ||
"colorCyan": true, | ||
"colorBlack": true, | ||
"colorWhite": true | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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