mirror of https://github.com/espruino/BangleApps
using app icon instead of text
parent
58e826accc
commit
63526c49e2
|
@ -26,9 +26,10 @@ function drawApp() {
|
||||||
g.clear();
|
g.clear();
|
||||||
Bangle.loadWidgets()
|
Bangle.loadWidgets()
|
||||||
Bangle.drawWidgets()
|
Bangle.drawWidgets()
|
||||||
g.setFont("6x8",2);
|
// g.setFont("6x8",2);
|
||||||
g.setFontAlign(0,0);
|
// g.setFontAlign(0,0);
|
||||||
g.drawString(profile, 120, 120);
|
// g.drawString(profile, 120, 120);
|
||||||
|
g.drawImage(storage.read("hidcam.img"),120,120)
|
||||||
const d = g.getWidth() - 18;
|
const d = g.getWidth() - 18;
|
||||||
|
|
||||||
function c(a) {
|
function c(a) {
|
||||||
|
|
Loading…
Reference in New Issue