Lines Matching refs:weather_icon
54 static lv_obj_t * weather_icon; variable
171 lv_image_set_src(weather_icon, icon); in lv_demo_smartwatch_home_set_weather()
355 weather_icon = lv_image_create(clock_screen); in create_screen_home()
356 lv_image_set_src(weather_icon, &img_weather_day_6); in create_screen_home()
357 lv_obj_set_width(weather_icon, LV_SIZE_CONTENT); in create_screen_home()
358 lv_obj_set_height(weather_icon, LV_SIZE_CONTENT); in create_screen_home()
359 lv_obj_set_x(weather_icon, -43); in create_screen_home()
360 lv_obj_set_y(weather_icon, 20); in create_screen_home()
361 lv_obj_set_align(weather_icon, LV_ALIGN_CENTER); in create_screen_home()
362 lv_obj_add_flag(weather_icon, LV_OBJ_FLAG_ADV_HITTEST); in create_screen_home()
363 lv_obj_remove_flag(weather_icon, LV_OBJ_FLAG_SCROLLABLE); in create_screen_home()
364 lv_image_set_scale(weather_icon, 150); in create_screen_home()