Update LVGL to v9 (#69)

* Update LVGL

* RP2 port fix: remove old lv_gc.h reference
This commit is contained in:
PGNetHun 2024-01-24 13:25:35 +01:00 committed by GitHub
parent 841ece1321
commit 7ff7d1cbb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 13 deletions

@ -1 +1 @@
Subproject commit 6369315bb7bc3dc47f0b2cc33f7e7f8d830a5749
Subproject commit 5e8063717ae81c9ea7fc97c45879479541721f04

View File

@ -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 \