From ca66dfe01e227068eacc8b12516534c71d82b7d1 Mon Sep 17 00:00:00 2001 From: Gabor Peresztegi Date: Tue, 23 Jan 2024 09:23:36 +0100 Subject: [PATCH 1/2] Update LVGL --- lib/lv_bindings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lv_bindings b/lib/lv_bindings index 6369315bb7bc3..5e8063717ae81 160000 --- a/lib/lv_bindings +++ b/lib/lv_bindings @@ -1 +1 @@ -Subproject commit 6369315bb7bc3dc47f0b2cc33f7e7f8d830a5749 +Subproject commit 5e8063717ae81c9ea7fc97c45879479541721f04 From 67b532402c5058f1798de4dd359ab93aba130bf9 Mon Sep 17 00:00:00 2001 From: Gabor Peresztegi Date: Tue, 23 Jan 2024 22:16:03 +0100 Subject: [PATCH 2/2] RP2 port fix: remove old lv_gc.h reference --- ports/rp2/mpconfigport.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ports/rp2/mpconfigport.h b/ports/rp2/mpconfigport.h index 61b951221145b..95a600fe6b46f 100644 --- a/ports/rp2/mpconfigport.h +++ b/ports/rp2/mpconfigport.h @@ -201,18 +201,6 @@ extern const struct _mp_obj_type_t mod_network_nic_type_wiznet5k; #define MICROPY_BOARD_NETWORK_INTERFACES #endif -#if MICROPY_PY_LVGL -#ifndef MICROPY_INCLUDED_PY_MPSTATE_H -#define MICROPY_INCLUDED_PY_MPSTATE_H -#include "lib/lv_bindings/lvgl/src/misc/lv_gc.h" -#undef MICROPY_INCLUDED_PY_MPSTATE_H -#else -#include "lib/lv_bindings/lvgl/src/misc/lv_gc.h" -#endif -#else -#define LV_ROOTS -#endif - #define MICROPY_PORT_NETWORK_INTERFACES \ MICROPY_HW_NIC_CYW43 \ MICROPY_HW_NIC_NINAW10 \