Searched refs:weather_forecast_hourly (Results 1 – 1 of 1) sorted by relevance
44 static lv_obj_t * weather_forecast_hourly; variable124 lv_obj_clean(weather_forecast_hourly); in lv_demo_smartwatch_weather_hourly_clear()183 lv_obj_t * panel = lv_obj_create(weather_forecast_hourly); in lv_demo_smartwatch_weather_add_hourly()341 weather_forecast_hourly = lv_obj_create(weather_hourly_panel); in create_screen_weather()342 lv_obj_set_width(weather_forecast_hourly, lv_pct(100)); in create_screen_weather()343 lv_obj_set_height(weather_forecast_hourly, lv_pct(100)); in create_screen_weather()344 lv_obj_set_align(weather_forecast_hourly, LV_ALIGN_CENTER); in create_screen_weather()345 lv_obj_set_flex_flow(weather_forecast_hourly, LV_FLEX_FLOW_ROW); in create_screen_weather()346 …lv_obj_set_flex_align(weather_forecast_hourly, LV_FLEX_ALIGN_START, LV_FLEX_ALIGN_START, LV_FLEX_A… in create_screen_weather()347 lv_obj_set_scrollbar_mode(weather_forecast_hourly, LV_SCROLLBAR_MODE_OFF); in create_screen_weather()[all …]