mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
0b83a82a07
Closes #4358
7 lines
100 B
Python
7 lines
100 B
Python
# Create a spinner
|
|
spinner = lv.spinner(lv.scr_act())
|
|
spinner.set_size(100, 100)
|
|
spinner.center()
|
|
|
|
|