Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_weather.c208 lv_obj_t * hour_icon = lv_image_create(panel); in lv_demo_smartwatch_weather_add_hourly() local
209 lv_obj_set_width(hour_icon, 40); in lv_demo_smartwatch_weather_add_hourly()
210 lv_obj_set_height(hour_icon, 40); in lv_demo_smartwatch_weather_add_hourly()
211 lv_obj_set_align(hour_icon, LV_ALIGN_CENTER); in lv_demo_smartwatch_weather_add_hourly()
212 lv_obj_add_flag(hour_icon, LV_OBJ_FLAG_CLICKABLE); in lv_demo_smartwatch_weather_add_hourly()
213 lv_obj_remove_flag(hour_icon, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_weather_add_hourly()
214 lv_image_set_scale(hour_icon, 140); in lv_demo_smartwatch_weather_add_hourly()
215 set_weather_icon(hour_icon, id, true); in lv_demo_smartwatch_weather_add_hourly()