Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_weather.c46 static lv_obj_t * info_hourly; variable
125 lv_obj_remove_flag(info_hourly, LV_OBJ_FLAG_HIDDEN); in lv_demo_smartwatch_weather_hourly_clear()
245 lv_obj_add_flag(info_hourly, LV_OBJ_FLAG_HIDDEN); in lv_demo_smartwatch_weather_add_hourly()
359 info_hourly = lv_label_create(weather_hourly_panel); in create_screen_weather()
360 lv_obj_set_width(info_hourly, 180); in create_screen_weather()
361 lv_obj_set_height(info_hourly, LV_SIZE_CONTENT); in create_screen_weather()
362 lv_obj_set_align(info_hourly, LV_ALIGN_CENTER); in create_screen_weather()
363 lv_label_set_text(info_hourly, in create_screen_weather()