Home
last modified time | relevance | path

Searched refs:v_range_time_to_full (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_home.c197 …int32_t v_range_time_to_full = lv_map(lv_subject_get_int(subject), 0, EV_CHARGING_RANGE_END, 72, 0… in charging_time_until_full_label_observer() local
198 int32_t whole = v_range_time_to_full / 10; in charging_time_until_full_label_observer()
199 int32_t fraction = v_range_time_to_full % 10; in charging_time_until_full_label_observer()
Dlv_demo_high_res_app_ev_charging.c191 int32_t v_range_time_to_full = lv_map(v, 0, EV_CHARGING_RANGE_END, 72, 0); in anim_state_apply() local
192 int32_t whole = v_range_time_to_full / 10; in anim_state_apply()
193 int32_t fraction = v_range_time_to_full % 10; in anim_state_apply()