mirror of https://github.com/espruino/BangleApps
Pastel added dependancy on MyLocation app, display sunrise,sunset times
parent
070558a0a6
commit
b426c479a3
|
@ -4085,9 +4085,10 @@
|
||||||
"id": "pastel",
|
"id": "pastel",
|
||||||
"name": "Pastel Clock",
|
"name": "Pastel Clock",
|
||||||
"shortName": "Pastel",
|
"shortName": "Pastel",
|
||||||
"version": "0.06",
|
"version": "0.08",
|
||||||
"description": "A Configurable clock with custom fonts and background",
|
"description": "A Configurable clock with custom fonts and background",
|
||||||
"icon": "pastel.png",
|
"icon": "pastel.png",
|
||||||
|
"dependencies": {"mylocation":"type"},
|
||||||
"screenshots": [{"url":"screenshot_pastel.png"}],
|
"screenshots": [{"url":"screenshot_pastel.png"}],
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
|
|
|
@ -3,5 +3,6 @@
|
||||||
0.03: Make it work with Gadgetbridge, Notifications fullscreen on a Bangle 2
|
0.03: Make it work with Gadgetbridge, Notifications fullscreen on a Bangle 2
|
||||||
0.04: Leave space at the bottom for Chrono widget, set back option at first option
|
0.04: Leave space at the bottom for Chrono widget, set back option at first option
|
||||||
0.05: Added 2 new fonts
|
0.05: Added 2 new fonts
|
||||||
0.06: COnverted fonts to font modules
|
0.06: Converted fonts to font modules
|
||||||
0.07: Added info line that cycles on BTN1/BTN3 (or vitual buttons on a bangle 2)
|
0.07: Added info line that cycles on BTN1/BTN3 (or vitual buttons on a bangle 2)
|
||||||
|
0.08: Added dependancy on MyLocation
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
* Has a settings menu, change font, enable/disable the grid
|
* Has a settings menu, change font, enable/disable the grid
|
||||||
* On Bangle 1 use BTN1,BTN3 to cycle through the info display (Date, ID, Batt %, Ram % etc)
|
* On Bangle 1 use BTN1,BTN3 to cycle through the info display (Date, ID, Batt %, Ram % etc)
|
||||||
* On Bangle 2 touch the top right/top left to cycle through the info display (Date, ID, Batt %, Ram % etc)
|
* On Bangle 2 touch the top right/top left to cycle through the info display (Date, ID, Batt %, Ram % etc)
|
||||||
|
* Uses mylocation.json from MyLocation app to calculate sunrise and sunset times for your location
|
||||||
|
|
||||||
|
|
||||||
I came up with the name Pastel due to the shade of the grid background.
|
I came up with the name Pastel due to the shade of the grid background.
|
||||||
|
|
Loading…
Reference in New Issue