Minor design chnges
parent
5eeb1181d0
commit
d24b8c80da
|
|
@ -96,7 +96,7 @@ function draw(queue){
|
||||||
var timeStr = locale.time(currentDate,1);
|
var timeStr = locale.time(currentDate,1);
|
||||||
g.setFontAlign(0,0,0);
|
g.setFontAlign(0,0,0);
|
||||||
g.setFontAntonioLarge();
|
g.setFontAntonioLarge();
|
||||||
g.drawString(timeStr, 55, 57);
|
g.drawString(timeStr, 50, 57);
|
||||||
|
|
||||||
// Write date
|
// Write date
|
||||||
g.setFontAlign(-1,-1, 0);
|
g.setFontAlign(-1,-1, 0);
|
||||||
|
|
@ -104,8 +104,8 @@ function draw(queue){
|
||||||
|
|
||||||
var dayName = locale.dow(currentDate, true).toUpperCase();
|
var dayName = locale.dow(currentDate, true).toUpperCase();
|
||||||
var day = currentDate.getDate();
|
var day = currentDate.getDate();
|
||||||
g.drawString(day, 100, 37);
|
g.drawString(day, 93, 37);
|
||||||
g.drawString(dayName, 100, 57);
|
g.drawString(dayName, 93, 57);
|
||||||
|
|
||||||
// Temperature
|
// Temperature
|
||||||
g.setFontAlign(-1,-1,0);
|
g.setFontAlign(-1,-1,0);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue