1
0
Fork 0

Visual fixes

Make apploader logo black.
Clear gfx before drawing logo on startup.
master
Marc Englund 2022-01-06 21:42:43 +02:00
parent 38fe9536bb
commit 28bb2f73e0
4 changed files with 4 additions and 2 deletions

View File

@ -5453,7 +5453,7 @@
"name": "Ruuvi Watch",
"shortName":"Ruuvi Watch",
"icon": "ruuviwatch.png",
"version":"1.00",
"version":"1.01",
"description": "Keep an eye on RuuviTag devices (https://ruuvi.com). Only shows RuuviTags using the v5 format.",
"readme":"README.md",
"tags": "bluetooth",

View File

@ -1 +1,2 @@
1.00: Hello Ruuvi Watch!
1.01: Clear gfx on startup.

View File

@ -123,6 +123,7 @@ require("Storage").write("ruuviwatch.info",{
}, {timeout : 2000, filters : [{ manufacturerData:{0x0499:{}} }] });
}
g.clear();
g.drawImage(require("Storage").read("ruuviwatch.img"), g.getWidth()/2-24, g.getHeight()/2-24);
var drawInterval = setInterval(redraw, 1000);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 692 B

After

Width:  |  Height:  |  Size: 665 B