Host_bindings::LVGL

Function lv_table_set_cell_value_fmt

Source
pub unsafe extern "C" fn lv_table_set_cell_value_fmt(
    obj: *mut lv_obj_t,
    row: u32,
    col: u32,
    fmt: *const i8,
    ...
)