Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_weather.c45 static lv_obj_t * info_daily; variable
119 lv_obj_remove_flag(info_daily, LV_OBJ_FLAG_HIDDEN); in lv_demo_smartwatch_weather_daily_clear()
178 lv_obj_add_flag(info_daily, LV_OBJ_FLAG_HIDDEN); in lv_demo_smartwatch_weather_add_daily()
330 info_daily = lv_label_create(weather_daily_panel); in create_screen_weather()
331 lv_obj_set_width(info_daily, 180); in create_screen_weather()
332 lv_obj_set_height(info_daily, LV_SIZE_CONTENT); in create_screen_weather()
333 lv_obj_set_align(info_daily, LV_ALIGN_CENTER); in create_screen_weather()
334 lv_label_set_text(info_daily, in create_screen_weather()