Adjust to LVGL v8.0
This commit is contained in:
parent
33c850da0e
commit
2e5b0cb219
@ -1 +1 @@
|
||||
Subproject commit 2a1197d5d6e1d95c6518c04abeecbb42f0349e9b
|
||||
Subproject commit c53c9af59078314fba1041421da0558bb3c27b05
|
||||
@ -262,10 +262,10 @@ struct _machine_timer_obj_t;
|
||||
#if MICROPY_PY_LVGL
|
||||
#ifndef MICROPY_INCLUDED_PY_MPSTATE_H
|
||||
#define MICROPY_INCLUDED_PY_MPSTATE_H
|
||||
#include "lib/lv_bindings/lvgl/src/lv_misc/lv_gc.h"
|
||||
#include "lib/lv_bindings/lvgl/src/misc/lv_gc.h"
|
||||
#undef MICROPY_INCLUDED_PY_MPSTATE_H
|
||||
#else
|
||||
#include "lib/lv_bindings/lvgl/src/lv_misc/lv_gc.h"
|
||||
#include "lib/lv_bindings/lvgl/src/misc/lv_gc.h"
|
||||
#endif
|
||||
#else
|
||||
#define LV_ROOTS
|
||||
|
||||
@ -262,10 +262,10 @@ extern const struct _mp_obj_module_t mp_module_lodepng;
|
||||
#if MICROPY_PY_LVGL
|
||||
#ifndef MICROPY_INCLUDED_PY_MPSTATE_H
|
||||
#define MICROPY_INCLUDED_PY_MPSTATE_H
|
||||
#include "lib/lv_bindings/lvgl/src/lv_misc/lv_gc.h"
|
||||
#include "lib/lv_bindings/lvgl/src/misc/lv_gc.h"
|
||||
#undef MICROPY_INCLUDED_PY_MPSTATE_H
|
||||
#else
|
||||
#include "lib/lv_bindings/lvgl/src/lv_misc/lv_gc.h"
|
||||
#include "lib/lv_bindings/lvgl/src/misc/lv_gc.h"
|
||||
#endif
|
||||
#define MICROPY_PY_LVGL_DEF { MP_OBJ_NEW_QSTR(MP_QSTR_lvgl), (mp_obj_t)&mp_module_lvgl },
|
||||
#if MICROPY_PY_LVGL_SDL
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user