Update LVGL to v9 (#69)
* Update LVGL * RP2 port fix: remove old lv_gc.h reference
This commit is contained in:
parent
841ece1321
commit
7ff7d1cbb2
@ -1 +1 @@
|
||||
Subproject commit 6369315bb7bc3dc47f0b2cc33f7e7f8d830a5749
|
||||
Subproject commit 5e8063717ae81c9ea7fc97c45879479541721f04
|
||||
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user