diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..10220b1924 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "micropython/pycparser"] + path = micropython/pycparser + url = https://github.com/eliben/pycparser.git diff --git a/lv_core/lv_obj.h b/lv_core/lv_obj.h index fcfc92128e..cfd8a8ac38 100644 --- a/lv_core/lv_obj.h +++ b/lv_core/lv_obj.h @@ -453,7 +453,7 @@ void lv_obj_set_drag_parent(lv_obj_t * obj, bool en); * @param obj pointer to an object * @param en true: enable editing */ -void lv_obj_set_editable(lv_obj_t * obj, bool en); +//void lv_obj_set_editable(lv_obj_t * obj, bool en); /** * Set the opa scale enable parameter (required to set opa_scale with `lv_obj_set_opa_scale()`) diff --git a/lv_objx/lv_ta.h b/lv_objx/lv_ta.h index 04eeb29eb2..3227873a7d 100644 --- a/lv_objx/lv_ta.h +++ b/lv_objx/lv_ta.h @@ -264,7 +264,7 @@ uint16_t lv_ta_get_cursor_pos(const lv_obj_t * ta); * @param ta pointer to a text area object * @return true: the cursor is drawn, false: the cursor is hidden */ -bool lv_ta_get_cursor_show(const lv_obj_t * ta); +//bool lv_ta_get_cursor_show(const lv_obj_t * ta); /** * Get the current cursor type. diff --git a/micropython/pycparser b/micropython/pycparser new file mode 160000 index 0000000000..2a29d56c28 --- /dev/null +++ b/micropython/pycparser @@ -0,0 +1 @@ +Subproject commit 2a29d56c280e64b308cd079b507ebee3e108fddc