• 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.

  • Yes, i most probably re-used your solution.
    A better way would be indeed to use SVGs or supporting gauges via native firmware.
    I will have a look at the SVG approach in the future.

About

Avatar for HughB @HughB started