mirror of https://github.com/espruino/BangleApps
reset draw styles
parent
575954aaaf
commit
91bb497f71
|
@ -18,6 +18,7 @@ function drawSimpleClock() {
|
|||
var d = new Date();
|
||||
var da = d.toString().split(" ");
|
||||
|
||||
g.reset(); // default draw styles
|
||||
// drawSting centered
|
||||
g.setFontAlign(0, 0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue