mirror of https://github.com/espruino/BangleApps
Simpler string processing
parent
28cfa95419
commit
88d3d68687
|
@ -136,7 +136,7 @@ function draw() {
|
|||
true
|
||||
);
|
||||
g.setFontAlign(1, 0);
|
||||
g.drawString(`${time}`, xcol2, yposWorld + index * 15, true);
|
||||
g.drawString(time, xcol2, yposWorld + index * 15, true);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue