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
|