using app icon instead of text

pull/324/head
paul 2020-04-18 17:08:01 +02:00
parent 58e826accc
commit 63526c49e2
1 changed files with 4 additions and 3 deletions

View File

@ -26,9 +26,10 @@ function drawApp() {
g.clear();
Bangle.loadWidgets()
Bangle.drawWidgets()
g.setFont("6x8",2);
g.setFontAlign(0,0);
g.drawString(profile, 120, 120);
// g.setFont("6x8",2);
// g.setFontAlign(0,0);
// g.drawString(profile, 120, 120);
g.drawImage(storage.read("hidcam.img"),120,120)
const d = g.getWidth() - 18;
function c(a) {