Searched refs:weather_forecast_daily (Results 1 – 1 of 1) sorted by relevance
43 static lv_obj_t * weather_forecast_daily; variable118 lv_obj_clean(weather_forecast_daily); in lv_demo_smartwatch_weather_daily_clear()130 lv_obj_t * panel = lv_obj_create(weather_forecast_daily); in lv_demo_smartwatch_weather_add_daily()313 weather_forecast_daily = lv_obj_create(weather_daily_panel); in create_screen_weather()314 lv_obj_set_width(weather_forecast_daily, lv_pct(100)); in create_screen_weather()315 lv_obj_set_height(weather_forecast_daily, lv_pct(100)); in create_screen_weather()316 lv_obj_set_align(weather_forecast_daily, LV_ALIGN_TOP_MID); in create_screen_weather()317 lv_obj_set_flex_flow(weather_forecast_daily, LV_FLEX_FLOW_COLUMN); in create_screen_weather()318 …lv_obj_set_flex_align(weather_forecast_daily, LV_FLEX_ALIGN_START, LV_FLEX_ALIGN_CENTER, LV_FLEX_A… in create_screen_weather()319 lv_obj_set_scrollbar_mode(weather_forecast_daily, LV_SCROLLBAR_MODE_OFF); in create_screen_weather()[all …]