Host_bindings::LVGL

Function lv_table_set_cell_value

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