summaryrefslogtreecommitdiff
path: root/src/libs/lv_conf.h
diff options
context:
space:
mode:
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 603339ee..8d7a6f7e 100644
--- a/src/libs/lv_conf.h
+++ b/src/libs/lv_conf.h
@@ -563,7 +563,7 @@ typedef void * lv_obj_user_data_t;
#define LV_USE_TILEVIEW 1
#if LV_USE_TILEVIEW
/*Time of slide animation [ms] (0: no animation)*/
-# define LV_TILEVIEW_DEF_ANIM_TIME 300
+# define LV_TILEVIEW_DEF_ANIM_TIME 0
#endif
/*Window (dependencies: lv_cont, lv_btn, lv_label, lv_img, lv_page)*/