Skip to content

Instantly share code, notes, and snippets.

@amirgon
Last active December 17, 2019 19:47
Show Gist options
  • Save amirgon/7bf15a66ba6d959bbf90d10f3da571be to your computer and use it in GitHub Desktop.
Save amirgon/7bf15a66ba6d959bbf90d10f3da571be to your computer and use it in GitHub Desktop.
Initialization code for LittlevGL Micropython JavaScript simulator
import imp, sys
sys.path.append('https://raw.githubusercontent.com/littlevgl/lv_binding_micropython/master/lib')
import display_driver
import lvgl as lv
lv.init()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment