怎样调整GUI-Guider自带的Meter控件刻度与外圆边框的距离?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

怎样调整GUI-Guider自带的Meter控件刻度与外圆边框的距离?

ソリューションへジャンプ
753件の閲覧回数
alen-liao
Contributor III

在使用GUI-Guider自带的Meter控件时,想调整刻度与外圆边框的距离。请问怎样调整?

0 件の賞賛
返信
1 解決策
726件の閲覧回数
WenbinYuan
NXP Employee
NXP Employee

Hi @alen-liao,

 

The GUI Guider doesn't support this configuration but you can use custom code below to adjust the distance.

lv_obj_set_style_pad_all(ui->screen_1_meter_1, 20, 0);

Please check the screenshot:

WenbinYuan_0-1712111924456.png

 

Best Regards,

Wenbin

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
727件の閲覧回数
WenbinYuan
NXP Employee
NXP Employee

Hi @alen-liao,

 

The GUI Guider doesn't support this configuration but you can use custom code below to adjust the distance.

lv_obj_set_style_pad_all(ui->screen_1_meter_1, 20, 0);

Please check the screenshot:

WenbinYuan_0-1712111924456.png

 

Best Regards,

Wenbin

0 件の賞賛
返信