lv_obj_create

Function lv_obj_create 

Source
pub unsafe extern "C" fn lv_obj_create(
    parent: *mut lv_obj_t,
) -> *mut lv_obj_t
Expand description

Create a base object (a rectangle) @param parent pointer to a parent object. If NULL then a screen will be created. @return pointer to the new object