update lv_conf_checker.h
This commit is contained in:
@@ -5,7 +5,7 @@ Generates a chechker file for lv_conf.h from lv_conf_templ.h define all the not
|
|||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
fin = open("../templates/lv_conf_templ.h", "r");
|
fin = open("../lv_conf_template.h", "r");
|
||||||
fout = open("../src/lv_conf_checker.h", "w");
|
fout = open("../src/lv_conf_checker.h", "w");
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -439,6 +439,9 @@
|
|||||||
#ifndef LV_USE_CHART
|
#ifndef LV_USE_CHART
|
||||||
#define LV_USE_CHART 1
|
#define LV_USE_CHART 1
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef LV_CHART_AXIS_TICK_LABEL_MAX_LEN
|
||||||
|
#define LV_CHART_AXIS_TICK_LABEL_MAX_LEN 16
|
||||||
|
#endif
|
||||||
|
|
||||||
/*Table (dependencies: lv_label)*/
|
/*Table (dependencies: lv_label)*/
|
||||||
#ifndef LV_USE_TABLE
|
#ifndef LV_USE_TABLE
|
||||||
|
|||||||
Reference in New Issue
Block a user