Update app.js

master
nujw 2021-10-29 18:53:58 +13:00 committed by GitHub
parent 8be0bd2e34
commit ea28ffd657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ function drawClock() {
}
function drawWP(wp) {
buf.setColor(2);
buf.setColor(3);
buf.setFontAlign(0,1); //left, bottom
buf.setFontVector(48);
buf.drawString(wp,120,140);