adding widgets

pull/324/head
paul 2020-04-18 17:01:01 +02:00
parent b58069fba1
commit 58e826accc
1 changed files with 2 additions and 0 deletions

View File

@ -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);