GUIDER 1.7.0 关于lv_anim_set_time(&anim, duration);

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

GUIDER 1.7.0 关于lv_anim_set_time(&anim, duration);

1,167件の閲覧回数
AndyLiang
Contributor I

GUIDER 1.7.0

关于lv_anim_set_time(&anim, duration);

在界面编缉时,线性动画时间调到10000ms就不能往上调了,

还有其它地方可以设置吗?

0 件の賞賛
返信
1 返信

1,119件の閲覧回数
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @AndyLiang,

The GUI Guider generated code will not create a lv_anim_set_time() function with duration larger than 10000, you are correct. However, by adding custom code to a widget you should be able to add a lv_anim_set_time() function with a duration larger than 10000. Here's the link of the GUI Guider User Guide section that describes custom code attributes:

Add custom attributes and styles after setup screen | GUIGUIDERUG_1.7.0: GUI Guider v1.7.0 User Guid...

BR,
Edwin.

0 件の賞賛
返信