Created
November 22, 2019 08:07
-
-
Save stepansnigirev/d360caaca643a17989b1b41ceef417d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() | |
scr = lv.obj() | |
# Load the screen | |
lv.scr_load(scr) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment