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