What do you want to achieve? Four Arc sliders arranged around the same radius to be used as switches.
What have you tried so far? I’ve arranged the arc sliders in the required locations and set basic parameters, then attempted to play the project. Only the bottom center arc slider reacts to user input. I need to know if this is a software limitation or an error in the configuration of the sliders, and what to look for if so. I have referenced the Thermostat example and how the arc is configured.
Note: I am a hobbyist/novice and not a programmer, please be patient.
Objects overlap in XY sytem is impossible to control with touch. Arc def is angle but object is full screen … You require custom handling controls
Primary enable on all arc events bubling
You might face a known problem still seemingly present in both LVGL 8.3 and 9.1: the active area is present around most of the circumference of the Arc widget, not only in the displayed range/angle. So placing all the arcs in the same area might cause a clash between them for mouse-clicks and only the one added latest (bottom-center arc in your case?) is active for clicks/touches. That’s my guess…