Smooth shoe icon

master
Gordon Williams 2020-02-13 16:29:49 +00:00
parent 604c89cbca
commit a70182dca0
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
g.setFontAlign(0, 0); // align to x: center, y: center g.setFontAlign(0, 0); // align to x: center, y: center
g.clearRect(xpos,15,xpos+width,24); // erase background g.clearRect(xpos,15,xpos+width,24); // erase background
g.drawString(stps, xpos+width/2, 19); g.drawString(stps, xpos+width/2, 19);
g.drawImage(atob("CgoBM5znv+9z3OABznOMwA=="),xpos+(width-10)/2,2); g.drawImage(atob("CgoCLguH9f2/7+v6/79f56CtAAAD9fw/n8Hx9A=="),xpos+(width-10)/2,2);
} }
Bangle.on('step', (up) => { Bangle.on('step', (up) => {