Merge pull request #1341 from HilmarSt/master
Imprecise Word Clock App: Time-word now readable on Bangle.js 2master
commit
f13ba59869
|
|
@ -2,3 +2,4 @@
|
||||||
0.02: Stopped watchface from flashing every interval
|
0.02: Stopped watchface from flashing every interval
|
||||||
0.03: Move to Bangle.setUI to launcher support
|
0.03: Move to Bangle.setUI to launcher support
|
||||||
0.04: Tweaks for compatibility with BangleJS2
|
0.04: Tweaks for compatibility with BangleJS2
|
||||||
|
0.05: Time-word now readable on Bangle.js 2
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ const dy = big ? 22 : 16;
|
||||||
const fontSize = big ? 3 : 2; // "6x8"
|
const fontSize = big ? 3 : 2; // "6x8"
|
||||||
const passivColor = 0x3186 /*grey*/ ;
|
const passivColor = 0x3186 /*grey*/ ;
|
||||||
const activeColorNight = 0xF800 /*red*/ ;
|
const activeColorNight = 0xF800 /*red*/ ;
|
||||||
const activeColorDay = 0xFFFF /* white */;
|
const activeColorDay = g.theme.fg;
|
||||||
|
|
||||||
var hidxPrev;
|
var hidxPrev;
|
||||||
var showDigitalTime = false;
|
var showDigitalTime = false;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "impwclock",
|
"id": "impwclock",
|
||||||
"name": "Imprecise Word Clock",
|
"name": "Imprecise Word Clock",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"description": "Imprecise word clock for vacations, weekends, and those who never need accurate time.",
|
"description": "Imprecise word clock for vacations, weekends, and those who never need accurate time.",
|
||||||
"icon": "clock-impword.png",
|
"icon": "clock-impword.png",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue