mirror of https://github.com/espruino/BangleApps
right way around now firmware updated
parent
06b19af1d0
commit
6671bc098f
|
@ -5,7 +5,7 @@ g.setColor(0,0,0);
|
||||||
g.fillCircle(120,130,70,70);
|
g.fillCircle(120,130,70,70);
|
||||||
|
|
||||||
function arrow(r,c) {
|
function arrow(r,c) {
|
||||||
r=-r*Math.PI/180;
|
r=r*Math.PI/180;
|
||||||
var p = Math.PI/2;
|
var p = Math.PI/2;
|
||||||
g.setColor(c);
|
g.setColor(c);
|
||||||
g.fillPoly([
|
g.fillPoly([
|
||||||
|
|
Loading…
Reference in New Issue