mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-03 00:50:35 +08:00
7 lines
110 B
Python
7 lines
110 B
Python
# Create a spinner
|
|
spinner = lv.spinner(lv.scr_act(), 1000, 60)
|
|
spinner.set_size(100, 100)
|
|
spinner.center()
|
|
|
|
|