Limit scale length

Hello,

Im currently creating a project for a gauge to be fitted into my car.
I have a question is it possible to limit the scale length?

Bez nazwy

Like in the picture I would like the big scale to end where the arc ends.

@dynfer. yes it’s possiable.

You need to change the object style.

lv_obj_set_style_length(scale, 5, LV_PART_INDICATOR) 
lv_obj_set_style_length(scale, 5, LV_PART_ITEMS)

Please check the documentation.