mirror of https://github.com/espruino/BangleApps
Moved state icon into middle of lower screen.
parent
e75960ab11
commit
6fab0c8c87
|
@ -197,7 +197,7 @@ function drawState(){
|
|||
hours % 4 == 1 ? iconMars :
|
||||
hours % 4 == 2 ? iconMoon :
|
||||
iconEarth;
|
||||
g.drawImage(iconImg, 118, 107);
|
||||
g.drawImage(iconImg, 115, 107);
|
||||
|
||||
// Alarm within symbol
|
||||
g.setFontAlign(-1, -1, 0);
|
||||
|
@ -205,7 +205,7 @@ function drawState(){
|
|||
if(isAlarmEnabled() > 0){
|
||||
g.setFontAlign(0, 0, 0);
|
||||
g.setColor(cWhite);
|
||||
g.drawString(getAlarmMinutes(), 118+25, 107+25+1);
|
||||
g.drawString(getAlarmMinutes(), 115+25, 107+25+1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.7 KiB |
Loading…
Reference in New Issue