pub unsafe extern "C" fn lv_obj_create(
parent: *mut lv_obj_t,
) -> *mut lv_obj_tExpand 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