mirror of https://github.com/espruino/BangleApps
Update app.js
parent
df3e5d479c
commit
f996d91ad3
|
@ -173,7 +173,7 @@
|
|||
|
||||
let sPhi = Math.sin(SecondsAngle), cPhi = Math.cos(SecondsAngle);
|
||||
|
||||
g.setColor('#FF0000');
|
||||
g.setColor(g.theme.fg2);
|
||||
g.drawLine(
|
||||
CenterX + SecondHandOffset*sPhi,
|
||||
CenterY - SecondHandOffset*cPhi,
|
||||
|
|
Loading…
Reference in New Issue