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
|
||||
|
||||
fin = open("../templates/lv_conf_templ.h", "r");
|
||||
fin = open("../lv_conf_template.h", "r");
|
||||
fout = open("../src/lv_conf_checker.h", "w");
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user