Initial revision for Mpy extension generation script

This commit is contained in:
Amir Gonnen
2018-11-25 02:02:13 +02:00
parent 5c33fb67e5
commit 848939683e
4 changed files with 6 additions and 2 deletions

View File

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