mirror of https://github.com/espruino/BangleApps
Updated colors
parent
4856788e9e
commit
9ecfb20fbc
|
@ -173,6 +173,7 @@ function drawLock(){
|
|||
g.drawString("NOCON", 128, 33);
|
||||
}
|
||||
if(Bangle.isLocked()){
|
||||
g.setColor(cPurple);
|
||||
g.drawString("LOCK", 128, 53);
|
||||
}
|
||||
}
|
||||
|
@ -201,7 +202,7 @@ function drawState(){
|
|||
// Alarm within symbol
|
||||
g.setFontAntonioMedium();
|
||||
g.setFontAlign(0, 0, 0);
|
||||
g.setColor(cPurple);
|
||||
g.setColor(cOrange);
|
||||
g.drawString("ALARM", 117+25, 107);
|
||||
g.setFontAntonioLarge();
|
||||
g.drawString(getAlarmMinutes(), 117+25, 107+35);
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.6 KiB |
Loading…
Reference in New Issue