Skip to content

Commit

Permalink
Update LVGL to v9 (#69)
Browse files Browse the repository at this point in the history
* Update LVGL

* RP2 port fix: remove old lv_gc.h reference
  • Loading branch information
PGNetHun authored Jan 24, 2024
1 parent 841ece1 commit 7ff7d1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions ports/rp2/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7ff7d1c

Please sign in to comment.