Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_home.c55 static lv_obj_t * weather_temperature; variable
170 lv_label_set_text_fmt(weather_temperature, "%d°C", temp); in lv_demo_smartwatch_home_set_weather()
366 weather_temperature = lv_label_create(clock_screen); in create_screen_home()
367 lv_obj_set_width(weather_temperature, LV_SIZE_CONTENT); in create_screen_home()
368 lv_obj_set_height(weather_temperature, LV_SIZE_CONTENT); in create_screen_home()
369 lv_obj_set_x(weather_temperature, -41); in create_screen_home()
370 lv_obj_set_y(weather_temperature, 50); in create_screen_home()
371 lv_obj_set_align(weather_temperature, LV_ALIGN_CENTER); in create_screen_home()
372 lv_label_set_text(weather_temperature, "--°C"); in create_screen_home()
373 …lv_obj_set_style_text_font(weather_temperature, &lv_font_montserrat_20, LV_PART_MAIN | LV_STATE_DE… in create_screen_home()