merge master

This commit is contained in:
Gabor Kiss-Vamosi
2020-04-14 14:57:04 +02:00
7 changed files with 20 additions and 41 deletions

View File

@@ -508,7 +508,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: -*/