1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

Initial revision for Mpy extension generation script

This commit is contained in:
Amir Gonnen 2018-11-25 02:02:13 +02:00 committed by Gabor Kiss-Vamosi
parent ae3eca803d
commit d44a618169
4 changed files with 6 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "micropython/pycparser"]
path = micropython/pycparser
url = https://github.com/eliben/pycparser.git

View File

@ -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()`)

View File

@ -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.

1
micropython/pycparser Submodule

@ -0,0 +1 @@
Subproject commit 2a29d56c280e64b308cd079b507ebee3e108fddc