Skip to main content

lv_scale_create

Function lv_scale_create 

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

Create an scale object @param parent pointer to an object, it will be the parent of the new scale @return pointer to created Scale Widget