Searched refs:chart_bg (Results 1 – 1 of 1) sorted by relevance
96 lv_style_t chart_series, chart_indic, chart_bg; member454 style_init_reset(&theme->styles.chart_bg); in style_init()455 lv_style_set_border_post(&theme->styles.chart_bg, false); in style_init()456 lv_style_set_pad_column(&theme->styles.chart_bg, LV_DPX_CALC(theme->disp_dpi, 10)); in style_init()457 lv_style_set_line_color(&theme->styles.chart_bg, theme->color_grey); in style_init()952 lv_obj_add_style(obj, &theme->styles.chart_bg, 0); in theme_apply()