hr-widget icon indicating copy to clipboard operation
hr-widget copied to clipboard

Please support new watch: FR235 and FR630

Open whyb opened this issue 10 years ago • 1 comments

Please add code in src/HrWidgetView.mc and download last Connect IQ SDK release to new version, Thanks a lot~ code like this : else if(dc.getWidth() == 215 && dc.getHeight() == 180){ // FR235 FR630 text(dc, 75, 45, Graphics.FONT_MEDIUM, "HR"); text(dc, 125, 45, Graphics.FONT_NUMBER_MEDIUM, fmt_num(model.get_current())); text(dc, 107, 155, Graphics.FONT_XTINY, duration_label); chart.draw(dc, [15, 45, 200, 140], fg, Graphics.COLOR_RED, 30, true, true, false, self); }

whyb avatar Oct 29 '15 05:10 whyb

Thanks! I'll take a look at it this weekend.

simonmacmullen avatar Oct 29 '15 08:10 simonmacmullen