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

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