refactor(examples) drop usys import from header.py

This should not be needed as there is no platform-specific code anymore.
This commit is contained in:
embeddedt
2021-07-14 12:47:59 -04:00
committed by GitHub
parent 76a8293375
commit ad1f91ab32

View File

@@ -1,6 +1,5 @@
#!/opt/bin/lv_micropython -i
import lvgl as lv
import usys as sys
import display_driver