summaryrefslogtreecommitdiff
path: root/src/libs/lv_conf.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-03-01 15:01:53 (GMT)
committerJF <jf@codingfield.com>2020-03-01 15:01:53 (GMT)
commit63c57258821b356dfdfd0c73ab24bb918f23a8ae (patch)
tree320e5c2244b21323dfc91f12d6e533157fd68d09 /src/libs/lv_conf.h
parent40bdbe503c6dc838ce3fa8bae279a86b0a4f2c98 (diff)
Simplify Tile to improve refresh speed (it's not a tile anymore...).
Disable debug mode of lvgl.
Diffstat (limited to 'src/libs/lv_conf.h')
-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 3445795..f24c0b9 100644
--- a/src/libs/lv_conf.h
+++ b/src/libs/lv_conf.h
@@ -249,7 +249,7 @@ typedef void * lv_indev_drv_user_data_t; /*Type of user data in the i
* The behavior of asserts can be overwritten by redefining them here.
* E.g. #define LV_ASSERT_MEM(p) <my_assert_code>
*/
-#define LV_USE_DEBUG 1
+#define LV_USE_DEBUG 0
#if LV_USE_DEBUG
/*Check if the parameter is NULL. (Quite fast) */