We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f70b1 commit 3299fbbCopy full SHA for 3299fbb
lv_conf.h
@@ -306,6 +306,10 @@ extern void mp_lv_deinit_gc();
306
#define LV_GC_INIT() mp_lv_init_gc()
307
#define LV_GC_DEINIT() mp_lv_deinit_gc()
308
309
+// include lv_conf.h in "mpconfigboard.h" for this to take effect.
310
+extern void lv_deinit();
311
+#define MICROPY_PORT_DEINIT_FUNC lv_deinit()
312
+
313
#define LV_ENABLE_GLOBAL_CUSTOM 1
314
#if LV_ENABLE_GLOBAL_CUSTOM
315
extern void *mp_lv_roots;
0 commit comments