chart: fix dafault max axis label string length
This commit is contained in:
@@ -442,7 +442,7 @@ typedef void * lv_obj_user_data_t;
|
|||||||
/*Chart (dependencies: -)*/
|
/*Chart (dependencies: -)*/
|
||||||
#define LV_USE_CHART 1
|
#define LV_USE_CHART 1
|
||||||
#if LV_USE_CHART
|
#if LV_USE_CHART
|
||||||
# define LV_CHART_AXIS_TICK_LABEL_MAX_LEN 20
|
# define LV_CHART_AXIS_TICK_LABEL_MAX_LEN 256
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*Container (dependencies: -*/
|
/*Container (dependencies: -*/
|
||||||
|
|||||||
@@ -621,7 +621,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#if LV_USE_CHART
|
#if LV_USE_CHART
|
||||||
#ifndef LV_CHART_AXIS_TICK_LABEL_MAX_LEN
|
#ifndef LV_CHART_AXIS_TICK_LABEL_MAX_LEN
|
||||||
# define LV_CHART_AXIS_TICK_LABEL_MAX_LEN 20
|
# define LV_CHART_AXIS_TICK_LABEL_MAX_LEN 256
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user