Searched refs:temp_label (Results 1 – 1 of 1) sorted by relevance
217 lv_obj_t * temp_label = lv_label_create(panel); in lv_demo_smartwatch_weather_add_hourly() local218 lv_obj_set_width(temp_label, LV_SIZE_CONTENT); in lv_demo_smartwatch_weather_add_hourly()219 lv_obj_set_height(temp_label, LV_SIZE_CONTENT); in lv_demo_smartwatch_weather_add_hourly()220 lv_obj_set_align(temp_label, LV_ALIGN_CENTER); in lv_demo_smartwatch_weather_add_hourly()221 lv_label_set_text_fmt(temp_label, info ? "Temperature" : "%d°C", temp); in lv_demo_smartwatch_weather_add_hourly()222 lv_obj_set_style_text_font(temp_label, &lv_font_montserrat_14, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_hourly()