From 7ff7d1cbb2d184d419db4e24e99436c1e1d3a089 Mon Sep 17 00:00:00 2001 From: PGNetHun Date: Wed, 24 Jan 2024 13:25:35 +0100 Subject: [PATCH] Update LVGL to v9 (#69) * Update LVGL * RP2 port fix: remove old lv_gc.h reference --- lib/lv_bindings | 2 +- ports/rp2/mpconfigport.h | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/lib/lv_bindings b/lib/lv_bindings index 6369315bb7bc..5e8063717ae8 160000 --- a/lib/lv_bindings +++ b/lib/lv_bindings @@ -1 +1 @@ -Subproject commit 6369315bb7bc3dc47f0b2cc33f7e7f8d830a5749 +Subproject commit 5e8063717ae81c9ea7fc97c45879479541721f04 diff --git a/ports/rp2/mpconfigport.h b/ports/rp2/mpconfigport.h index 61b951221145..95a600fe6b46 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 \