Searched refs:weather_icon (Results 1 – 1 of 1) sorted by relevance
54 static lv_obj_t * weather_icon; variable171 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()[all …]