mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-04 01:30:38 +08:00
6 lines
98 B
Python
6 lines
98 B
Python
bar1 = lv.bar(lv.scr_act())
|
|
bar1.set_size(200, 20)
|
|
bar1.center()
|
|
bar1.set_value(70, lv.ANIM.OFF)
|
|
|