summaryrefslogtreecommitdiff
path: root/src/libs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/lv_conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h
index 1e27479..d3da8d6 100644
--- a/src/libs/lv_conf.h
+++ b/src/libs/lv_conf.h
@@ -724,7 +724,7 @@ typedef void* lv_obj_user_data_t;
#endif
/*Table (dependencies: lv_label)*/
-#define LV_USE_TABLE 1
+#define LV_USE_TABLE 0
#if LV_USE_TABLE
#define LV_TABLE_COL_MAX 12
#define LV_TABLE_CELL_STYLE_CNT 5