Searched refs:fraction (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_ev_charging.c | 193 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()
|
D | lv_demo_high_res_util.c | 616 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()
|
D | lv_demo_high_res_app_smart_home.c | 199 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/ |
D | grid.rst | 17 (:c:macro:`LV_GRID_CONTENT`), or to a fraction of the available free space
|