Pastel added dependancy on MyLocation app, display sunrise,sunset times

pull/975/head
hughbarney 2021-11-26 21:29:46 +00:00
parent 070558a0a6
commit b426c479a3
3 changed files with 5 additions and 2 deletions

View File

@ -4085,9 +4085,10 @@
"id": "pastel",
"name": "Pastel Clock",
"shortName": "Pastel",
"version": "0.06",
"version": "0.08",
"description": "A Configurable clock with custom fonts and background",
"icon": "pastel.png",
"dependencies": {"mylocation":"type"},
"screenshots": [{"url":"screenshot_pastel.png"}],
"type": "clock",
"tags": "clock",

View File

@ -3,5 +3,6 @@
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.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.08: Added dependancy on MyLocation

View File

@ -8,6 +8,7 @@
* 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 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.