Home
last modified time | relevance | path

Searched refs:weather_hourly_panel (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_weather.c42 static lv_obj_t * weather_hourly_panel; variable
337 weather_hourly_panel = lv_tileview_add_tile(weather_screen, 0, 1, LV_DIR_TOP); in create_screen_weather()
338 lv_obj_set_width(weather_hourly_panel, lv_pct(100)); in create_screen_weather()
339 lv_obj_set_height(weather_hourly_panel, lv_pct(100)); in create_screen_weather()
341 weather_forecast_hourly = lv_obj_create(weather_hourly_panel); in create_screen_weather()
359 info_hourly = lv_label_create(weather_hourly_panel); in create_screen_weather()
408 else if(lv_tileview_get_tile_active(weather_screen) == weather_hourly_panel) { in weather_screen_event_cb()
443 if(lv_tileview_get_tile_active(weather_screen) == weather_hourly_panel) { in weather_screen_event_cb()