fixed lcars

master
David Peer 2022-01-21 21:12:54 +01:00
parent 15589d5c08
commit 2ba29a5717
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ Bangle.loadWidgets();
for (let wd of WIDGETS) {wd.draw=()=>{};wd.area="";}
// Clear the screen once, at startup and draw clock
// g.setTheme({bg:"#000",fg:"#fff",dark:true}).clear();
g.setTheme({bg:"#000",fg:"#fff",dark:true}).clear();
draw();
// After drawing the watch face, we can draw the widgets