correct flow unit
This commit is contained in:
parent
9ca0e705ce
commit
30d3f5c351
@ -58,7 +58,7 @@ static lv_obj_t* PSE_unit_widget(lv_obj_t* parent, pse_unit* pse_unit){
|
||||
lv_obj_t* flow = lv_label_create(cont);
|
||||
lv_obj_set_width(flow, lv_pct(100));
|
||||
lv_obj_set_flex_grow(flow, 1);
|
||||
lv_label_set_text_fmt(flow, "%d.%d\nuL/mn", pse_unit->flow / 1000, pse_unit->flow % 1000);
|
||||
lv_label_set_text_fmt(flow, "%d.%d\nmL/mn", pse_unit->flow / 1000, pse_unit->flow % 1000);
|
||||
|
||||
// volume delivered readout
|
||||
lv_obj_t* vol = lv_label_create(cont);
|
||||
|
Loading…
x
Reference in New Issue
Block a user