Update app.js

pull/1457/head
Hilmar Strauch 2022-02-15 18:36:30 +01:00 committed by GitHub
parent e9c29e0a01
commit 67ee66193b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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