1
0
Fork 0

Update app.js

master
xxDUxx 2022-02-15 14:48:25 +01:00 committed by GitHub
parent 743f8fb486
commit 1961ed2a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ if (settings.fontIndex==undefined) {
function draw() {
var date = new Date();
// Draw day of the week
g.setColor(g.theme.fg);
g.setFont("Teletext10x18Ascii");
g.clearRect(0,138,g.getWidth()-1,176);
g.setFontAlign(0,1).drawString(require("locale").dow(date).toUpperCase(),g.getWidth()/2,g.getHeight()-18);