From 848939683e682a4c2c7abdc09bdeff9a81205a8b Mon Sep 17 00:00:00 2001 From: Amir Gonnen Date: Sun, 25 Nov 2018 02:02:13 +0200 Subject: [PATCH] Initial revision for Mpy extension generation script --- .gitmodules | 3 +++ lv_core/lv_obj.h | 2 +- lv_objx/lv_ta.h | 2 +- micropython/pycparser | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 micropython/pycparser diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..10220b192 --- /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 b6aa358ee..4db49d813 100644 --- a/lv_core/lv_obj.h +++ b/lv_core/lv_obj.h @@ -451,7 +451,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 04eeb29eb..3227873a7 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 000000000..2a29d56c2 --- /dev/null +++ b/micropython/pycparser @@ -0,0 +1 @@ +Subproject commit 2a29d56c280e64b308cd079b507ebee3e108fddc