Renamed displayapp/Screens to displayapp/screens
This commit is contained in:
parent
e3fb2f0b89
commit
4daab26926
40 changed files with 36 additions and 36 deletions
|
|
@ -163,7 +163,7 @@ lv_obj_t * lv_obj_create(lv_obj_t * parent, const lv_obj_t * copy)
|
|||
LV_ASSERT_MEM(new_obj);
|
||||
if(new_obj == NULL) return NULL;
|
||||
|
||||
new_obj->par = NULL; /*Screens has no a parent*/
|
||||
new_obj->par = NULL; /*screens has no a parent*/
|
||||
lv_ll_init(&(new_obj->child_ll), sizeof(lv_obj_t));
|
||||
|
||||
/*Set the callbacks*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue