summaryrefslogtreecommitdiff
path: root/src/libs/lv_conf.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-02-16 18:32:36 +0100
committerJF <jf@codingfield.com>2020-02-16 18:32:36 +0100
commit167a0ffc873a2442af43d0347efd00f84932b8cc (patch)
tree2e131e3c97b1c67e0dff6bab516a1fe5958e1741 /src/libs/lv_conf.h
parent52539a5ff1b6f52c65b032ef1668d43d4df2dc24 (diff)
Add touch panel port to lvgl.
PoC of user interaction with 3 screen (clock, menu and app).
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)*/