forked from FOSS/BangleApps
Draw the counter at startup instead of waiting until input is given
parent
03e8e0ccf4
commit
11a4fbd57c
|
@ -43,6 +43,7 @@ g.drawString('Tap right or BTN1 to increase\nTap left or BTN3 to decrease\nPress
|
|||
|
||||
Bangle.loadWidgets();
|
||||
Bangle.drawWidgets();
|
||||
updateScreen();
|
||||
|
||||
// TODO: Enable saving counts to file
|
||||
// Add small watch
|
||||
|
|
Loading…
Reference in New Issue