From 55ef1826fcdae5b4eb920a0be4c1491757989cde Mon Sep 17 00:00:00 2001 From: Amir Gonnen Date: Wed, 21 Jul 2021 02:37:00 +0300 Subject: [PATCH] fix(snapshot) add missing import on MicroPython example (#2389) --- examples/others/snapshot/lv_example_snapshot_1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/others/snapshot/lv_example_snapshot_1.py b/examples/others/snapshot/lv_example_snapshot_1.py index 71bc724c4..59130584d 100644 --- a/examples/others/snapshot/lv_example_snapshot_1.py +++ b/examples/others/snapshot/lv_example_snapshot_1.py @@ -1,3 +1,4 @@ +import gc import lvgl as lv from imagetools import get_png_info, open_png