Searched refs:lv_demo_high_res_label_bind_temperature (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_private.h | 233 void lv_demo_high_res_label_bind_temperature(lv_obj_t * label, lv_subject_t * subject, lv_demo_high…
|
D | lv_demo_high_res_app_smart_home.c | 166 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()
|
D | lv_demo_high_res_home.c | 132 …lv_demo_high_res_label_bind_temperature(weather_temperature_label, &c->api.subjects.temperature_ou… in lv_demo_high_res_home()
|
D | lv_demo_high_res_util.c | 394 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
|
D | lv_demo_high_res_app_thermostat.c | 563 …lv_demo_high_res_label_bind_temperature(current_temperature_val_label, &c->api.subjects.thermostat… in create_widget3()
|