update lv_conf_checker.h

This commit is contained in:
Gabor Kiss-Vamosi
2019-03-24 07:31:56 +01:00
parent f7f1b5c5ea
commit a402f8258d
2 changed files with 4 additions and 1 deletions

View File

@@ -439,6 +439,9 @@
#ifndef LV_USE_CHART
#define LV_USE_CHART 1
#endif
#ifndef LV_CHART_AXIS_TICK_LABEL_MAX_LEN
#define LV_CHART_AXIS_TICK_LABEL_MAX_LEN 16
#endif
/*Table (dependencies: lv_label)*/
#ifndef LV_USE_TABLE