mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
c60ed68e94
* adding micropython examples * adding micropython examples
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)
|
|
|