mirror of https://github.com/espruino/BangleApps
Update app.js
parent
e9c29e0a01
commit
67ee66193b
|
@ -391,7 +391,7 @@ function drawWP() { // from waypoints.json - see README.md
|
||||||
buf.setFontAlign(-1,1); //left, bottom
|
buf.setFontAlign(-1,1); //left, bottom
|
||||||
if (BANGLEJS2) s *= fontFactorB2;
|
if (BANGLEJS2) s *= fontFactorB2;
|
||||||
buf.setFontVector(s);
|
buf.setFontVector(s);
|
||||||
buf.drawString(nm.substring(0,6),72,screenH_TwoThirds);
|
buf.drawString(nm.substring(0,6),72,screenH_TwoThirds-(BANGLEJS2 * 20));
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( cfg.modeA == 2 ) { // clock/large mode
|
if ( cfg.modeA == 2 ) { // clock/large mode
|
||||||
|
|
Loading…
Reference in New Issue