Lines Matching refs:icon
104 void lv_demo_smartwatch_set_weather(int temp, uint8_t icon, bool day, int hour, int minute, const c… in lv_demo_smartwatch_set_weather() argument
110 set_weather_icon(weather_current_icon, icon, day); in lv_demo_smartwatch_set_weather()
113 lv_demo_smartwatch_home_set_weather(temp, get_weather_icon(icon, day)); in lv_demo_smartwatch_set_weather()
159 lv_obj_t * icon = lv_image_create(panel); in lv_demo_smartwatch_weather_add_daily() local
160 lv_obj_set_width(icon, LV_SIZE_CONTENT); in lv_demo_smartwatch_weather_add_daily()
161 lv_obj_set_height(icon, LV_SIZE_CONTENT); in lv_demo_smartwatch_weather_add_daily()
162 lv_obj_set_align(icon, LV_ALIGN_CENTER); in lv_demo_smartwatch_weather_add_daily()
163 lv_obj_add_flag(icon, LV_OBJ_FLAG_ADV_HITTEST); in lv_demo_smartwatch_weather_add_daily()
164 lv_obj_remove_flag(icon, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_weather_add_daily()
165 lv_image_set_scale(icon, 150); in lv_demo_smartwatch_weather_add_daily()
166 set_weather_icon(icon, id, true); in lv_demo_smartwatch_weather_add_daily()