Searched refs:lv_chart_set_point_count (Results 1 – 15 of 15) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_chart.c | 46 lv_chart_set_point_count(chart, new_point_count); in test_chart_set_point_count_increments() 60 lv_chart_set_point_count(chart, new_point_count); in test_chart_set_point_count_decrements() 74 lv_chart_set_point_count(chart, new_point_count); in test_chart_set_point_count_as_same() 86 lv_chart_set_point_count(chart, 0u); in test_chart_set_new_point_count_as_zero() 105 lv_chart_set_point_count(chart, 0u); in test_chart_one_point_when_setting_point_count_to_zero() 171 lv_chart_set_point_count(chart, 21); in test_draw_task_hooking()
|
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_8.c | 34 lv_chart_set_point_count(chart, 80); in lv_example_chart_8()
|
D | lv_example_chart_4.c | 33 lv_chart_set_point_count(chart, 24); in lv_example_chart_4()
|
D | lv_example_chart_2.c | 29 lv_chart_set_point_count(chart, 12); in lv_example_chart_2()
|
D | lv_example_chart_7.c | 55 lv_chart_set_point_count(chart, 50); in lv_example_chart_7()
|
/lvgl-latest/src/widgets/chart/ |
D | lv_chart.h | 86 void lv_chart_set_point_count(lv_obj_t * obj, uint32_t cnt);
|
D | lv_chart.c | 108 void lv_chart_set_point_count(lv_obj_t * obj, uint32_t cnt) in lv_chart_set_point_count() function
|
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_chart_parser.c | 61 if(lv_streq("point_count", name)) lv_chart_set_point_count(item, lv_xml_atoi(value)); in lv_xml_chart_apply()
|
/lvgl-latest/examples/anim/ |
D | lv_example_anim_3.c | 161 lv_chart_set_point_count(ginfo.chart, CHART_POINTS_NUM); in page_obj_init()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_smart_meter.c | 472 lv_chart_set_point_count(chart, sizeof(chart_values) / sizeof(*chart_values)); in create_widget2() 663 lv_chart_set_point_count(chart, WIDGET3_POINT_COUNT); in create_widget3()
|
D | lv_demo_high_res_app_ev_charging.c | 386 lv_chart_set_point_count(chart, sizeof(chart_values) / sizeof(*chart_values)); in create_widget2()
|
D | lv_demo_high_res_app_thermostat.c | 195 lv_chart_set_point_count(chart, sizeof(chart_values) / sizeof(*chart_values)); in create_widget1()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_stats.c | 480 lv_chart_set_point_count(chart, 30); in chart_create()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 601 lv_chart_set_point_count(chart, 12); in create_chart_with_scales() 903 lv_chart_set_point_count(chart3, 7); in shop_create()
|
/lvgl-latest/docs/details/widgets/ |
D | chart.rst | 259 :cpp:expr:`lv_chart_set_point_count(chart, point_num)`. The default value is 10.
|