mirror of https://github.com/espruino/BangleApps
adding widgets
parent
b58069fba1
commit
58e826accc
|
@ -24,6 +24,8 @@ if (settings.HID) {
|
||||||
}
|
}
|
||||||
function drawApp() {
|
function drawApp() {
|
||||||
g.clear();
|
g.clear();
|
||||||
|
Bangle.loadWidgets()
|
||||||
|
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);
|
||||||
|
|
Loading…
Reference in New Issue