mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
ef41450ed8
This logic was moved into the JS simulator itself
7 lines
90 B
Python
7 lines
90 B
Python
#!/opt/bin/lv_micropython -i
|
|
|
|
import lvgl as lv
|
|
import usys as sys
|
|
|
|
import display_driver
|