-
Thanks for your feedback.
drawGauge(cx, cy, percent, color)
I did a doughnut guage in a couple of my Bangle 1 apps and found drawing these guauges is quite hard to get then looking really crisp. Your code looks similar to the solution I used where you rotate a smaller circle around an arc to get a clean edge.
I came to the conclusion that either the gauges needed to be drawn in the firmware or maybe pieced together from say a 5% segment image that was rotated round the circle. I dont really have the knowledge to do this in SVG or TheGimp so I never tried it. But might be something worth trying out.
Update - I have not tried you app for a while but see you have added weather so interested to see how the icons come out for those.
@HughB i will have a look at those fonts and the alignment of the time and date. Thanks for your feedback.
@Fteacher probably the french date format in this file https://github.com/espruino/BangleApps/blob/master/apps/locale/locales.js#L261 is not correct. Maybe you can have a look there.