Lv_arc_rotate_obj_to_angle not working for me

Hi

I need to use lv_arc_rotate_obj_to_angle in my project to rotate an image around an arc as the value changes.

The issue I am having is that when the event occurs to call lv_arc_rotate_obj_to_angle, the image disappears.

To test the issue I enabled only the lv_example_arc_1 example on my device and the same thing occurs, the arc is there, but the label with the percent value disappears.

I then ran lv_example_arc_1 in my simulator and it works fine, so there must be an issue with my setup. Any ideas would be greatly appreciated.

I am running a Sunton 8048S050 with an ESP32S3 and a 5" LCD touch screen.

Thanks