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

View File

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