Searched refs:wind_label (Results 1 – 1 of 1) sorted by relevance
231 lv_obj_t * wind_label = lv_label_create(panel); in lv_demo_smartwatch_weather_add_hourly() local232 lv_obj_set_width(wind_label, LV_SIZE_CONTENT); in lv_demo_smartwatch_weather_add_hourly()233 lv_obj_set_height(wind_label, LV_SIZE_CONTENT); in lv_demo_smartwatch_weather_add_hourly()234 lv_obj_set_align(wind_label, LV_ALIGN_CENTER); in lv_demo_smartwatch_weather_add_hourly()235 lv_label_set_text_fmt(wind_label, info ? "Wind Speed" : "%d km/h", wind); in lv_demo_smartwatch_weather_add_hourly()236 lv_obj_set_style_text_font(wind_label, &lv_font_montserrat_14, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_hourly()