I used GAUGE upgrade from V6 to v7.IN v6,i Change gauge shape by setting style in V6.
V6:
body.main_color - Line’s color at the beginning of the scale.
body.grad_color - Line’s color at the end of the scale(gradient with main color).
body.padding.left - Line length.
body.padding.inner - Label distance from the scale lines.
body.radius - Radius of needle origin circle.
line.width - Line width.
line.color - Line’s color after the critical value.
text.font / color / letter_space - Label attributes.
but i dont know Correspondence between style and shape in V7
I have successfully upgraded other widgets from V6 to v7,However, the appearance of the guage widget is relatively complex, and it is difficult to match with style. Is there a general description?I refer to the settings of V6, but I can’t get the corresponding effect
I have set other parameters through set style(lv_obj_set_style_local)。
But I don’t know set A’s length,B’s length, C’s non display or display ,C’s color and Range。
I tried to set up a lot of styles, but I didn’t succeed。
I need your help,thks