tileview asn scroll propagation improvments

This commit is contained in:
Gabor Kiss-Vamosi
2018-11-25 19:40:19 +01:00
parent 2cda0fc1fe
commit a9eb9f9ea5
5 changed files with 41 additions and 7 deletions

View File

@@ -226,6 +226,12 @@
#define LV_TABVIEW_ANIM_TIME 300 /*Time of slide animation [ms] (0: no animation)*/
#endif
/*Tileview (dependencies: lv_page) */
#define USE_LV_TILEVIEW 1
#if USE_LV_TILEVIEW
#define LV_TILEVIEW_ANIM_TIME 300 /*Time of slide animation [ms] (0: no animation)*/
#endif
/*************************
* Data visualizer objects
*************************/