Home
last modified time | relevance | path

Searched refs:lv_demo_high_res_label_bind_temperature (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_private.h233 void lv_demo_high_res_label_bind_temperature(lv_obj_t * label, lv_subject_t * subject, lv_demo_high…
Dlv_demo_high_res_app_smart_home.c166 lv_demo_high_res_label_bind_temperature(main_temp, &c->api.subjects.temperature_indoor, c); in create_widget1()
174 lv_demo_high_res_label_bind_temperature(outdoor_temp, &c->api.subjects.temperature_outdoor, c); in create_widget1()
Dlv_demo_high_res_home.c132lv_demo_high_res_label_bind_temperature(weather_temperature_label, &c->api.subjects.temperature_ou… in lv_demo_high_res_home()
Dlv_demo_high_res_util.c394 void lv_demo_high_res_label_bind_temperature(lv_obj_t * label, lv_subject_t * subject, lv_demo_high… in lv_demo_high_res_label_bind_temperature() function
Dlv_demo_high_res_app_thermostat.c563lv_demo_high_res_label_bind_temperature(current_temperature_val_label, &c->api.subjects.thermostat… in create_widget3()