Skip to content

Instantly share code, notes, and snippets.

@amirgon
Created February 16, 2020 22:25
Show Gist options
  • Save amirgon/9cccfb7f22a533b90ae544f22d6df726 to your computer and use it in GitHub Desktop.
Save amirgon/9cccfb7f22a533b90ae544f22d6df726 to your computer and use it in GitHub Desktop.
initialization script for micropython lvgl simulator. Loads display driver.
import imp, sys
sys.path.append('https://raw.githubusercontent.com/littlevgl/lv_binding_micropython/master/lib')
import display_driver
import lvgl as lv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment