Home
last modified time | relevance | path

Searched refs:fraction (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_ev_charging.c193 int32_t fraction = v_range_time_to_full % 10; in anim_state_apply() local
195 "%"LV_PRId32".%"LV_PRId32, whole, fraction); in anim_state_apply()
199 fraction = v_range_consumed % 100; in anim_state_apply()
201 "%"LV_PRId32".%"LV_PRId32, whole, fraction); in anim_state_apply()
Dlv_demo_high_res_util.c616 int32_t fraction = val % 10; in label_text_temperature_cb() local
618 if(fraction) { in label_text_temperature_cb()
619 lv_snprintf(buf, sizeof(buf), "%"PRId32".%"PRId32"\xc2\xb0", full, fraction); in label_text_temperature_cb()
Dlv_demo_high_res_app_smart_home.c199 int32_t fraction = v_range_time_to_full % 10; in charging_time_until_full_label_observer() local
200 lv_label_set_text_fmt(label, "%"LV_PRId32".%"LV_PRId32, whole, fraction); in charging_time_until_full_label_observer()
/lvgl-latest/docs/details/base-widget/layouts/
Dgrid.rst17 (:c:macro:`LV_GRID_CONTENT`), or to a fraction of the available free space