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: -)*/
|
||||
#define LV_USE_CHART 1
|
||||
#if LV_USE_CHART
|
||||
# define LV_CHART_AXIS_TICK_LABEL_MAX_LEN 20
|
||||
# define LV_CHART_AXIS_TICK_LABEL_MAX_LEN 256
|
||||
#endif
|
||||
|
||||
/*Container (dependencies: -*/
|
||||
|
||||
Reference in New Issue
Block a user