Home
last modified time | relevance | path

Searched refs:LV_CHART_AXIS_TICK_LABEL_MAX_LEN (Results 1 – 3 of 3) sorted by relevance

/lvgl-2.7.6/src/lv_widgets/
Dlv_chart.c1186 if(label_len > LV_CHART_AXIS_TICK_LABEL_MAX_LEN) { in get_next_axis_label()
1187 label_len = LV_CHART_AXIS_TICK_LABEL_MAX_LEN; in get_next_axis_label()
1197 if(label_len < LV_CHART_AXIS_TICK_LABEL_MAX_LEN) { in get_next_axis_label()
1209 if(label_len > LV_CHART_AXIS_TICK_LABEL_MAX_LEN) { in get_next_axis_label()
1210 label_len = LV_CHART_AXIS_TICK_LABEL_MAX_LEN; in get_next_axis_label()
1253 … char buf[LV_CHART_AXIS_TICK_LABEL_MAX_LEN + 1]; /* up to N symbols per label + null terminator */ in draw_y_ticks()
1429 … char buf[LV_CHART_AXIS_TICK_LABEL_MAX_LEN + 1]; /* up to N symbols per label + null terminator */ in draw_x_ticks()
/lvgl-2.7.6/src/
Dlv_conf_internal.h1471 #ifndef LV_CHART_AXIS_TICK_LABEL_MAX_LEN
1473 # define LV_CHART_AXIS_TICK_LABEL_MAX_LEN CONFIG_LV_CHART_AXIS_TICK_LABEL_MAX_LEN macro
1475 # define LV_CHART_AXIS_TICK_LABEL_MAX_LEN 256 macro
/lvgl-2.7.6/
Dlv_conf_template.h584 # define LV_CHART_AXIS_TICK_LABEL_MAX_LEN 256