Skip to main content

lv_scale_section_set_range

Function lv_scale_section_set_range 

Source
pub unsafe extern "C" fn lv_scale_section_set_range(
    section: *mut lv_scale_section_t,
    min: i32,
    max: i32,
)
Expand description

DEPRECATED, use lv_scale_set_section_range instead. Set range for specified Scale Section @param section pointer to Section @param range_min Section new minimum value @param range_max Section new maximum value