Skip to main content

lv_area_set_width

Function lv_area_set_width 

Source
pub unsafe extern "C" fn lv_area_set_width(
    area_p: *mut lv_area_t,
    w: i32,
)
Expand description

Set the width of an area @param area_p pointer to an area @param w the new width of the area (w == 1 makes x1 == x2)