1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

fix(snapshot) add missing import on MicroPython example (#2389)

This commit is contained in:
Amir Gonnen 2021-07-21 02:37:00 +03:00 committed by GitHub
parent e3f0b85623
commit 55ef1826fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
import gc
import lvgl as lv
from imagetools import get_png_info, open_png