Searched refs:scale_bottom (Results 1 – 1 of 1) sorted by relevance
33 lv_obj_t * scale_bottom = lv_scale_create(wrapper); in lv_example_chart_2() local34 lv_scale_set_mode(scale_bottom, LV_SCALE_MODE_HORIZONTAL_BOTTOM); in lv_example_chart_2()35 lv_obj_set_size(scale_bottom, lv_pct(100), 25); in lv_example_chart_2()36 lv_scale_set_total_tick_count(scale_bottom, 12); in lv_example_chart_2()37 lv_scale_set_major_tick_every(scale_bottom, 1); in lv_example_chart_2()38 lv_obj_set_style_pad_hor(scale_bottom, lv_chart_get_first_point_center_offset(chart), 0); in lv_example_chart_2()41 lv_scale_set_text_src(scale_bottom, month); in lv_example_chart_2()