Customized circle progress
Hi,
I'm looking at customising the circle progress.

I was able to add this as the background image

and added a single dot as the image to rotate.
Any idea on how to rotate the dots and make it disappear?
Hi,
I'm looking at customising the circle progress.

I was able to add this as the background image

and added a single dot as the image to rotate.
Any idea on how to rotate the dots and make it disappear?
You are very welcome.
I think having two different circle progresses would be easier to handle. However, if you prefer to do it in code, you can use these two functions:
// To change the background
circleProgress.setBackground(touchgfx::Bitmap( /* Bitmap ID of the background */ ));
// To change the progress image
circleProgressPainter.setBitmap(touchgfx::Bitmap( /* Bitmap ID of the progress image */));Keep in mind that you need to change the attributes of the progress to show it properly.
You can read more circle progress here .
I hope this helps
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.