Update lv_conf_templ.h

This commit is contained in:
Samuel
2018-11-08 23:24:23 +08:00
committed by GitHub
parent 4f49061084
commit 8fd442531f

View File

@@ -292,10 +292,11 @@
#define LV_LIST_FOCUS_TIME 100 /*Default animation time of focusing to a list element [ms] (0: no animation) */ #define LV_LIST_FOCUS_TIME 100 /*Default animation time of focusing to a list element [ms] (0: no animation) */
#endif #endif
/*Drop down list (dependencies: lv_page, lv_label)*/ /*Drop down list (dependencies: lv_page, lv_label, lv_symbol)*/
#define USE_LV_DDLIST 1 #define USE_LV_DDLIST 1
#if USE_LV_DDLIST != 0 #if USE_LV_DDLIST != 0
#define LV_DDLIST_ANIM_TIME 200 /*Open and close default animation time [ms] (0: no animation)*/ #define LV_DDLIST_ANIM_TIME 200 /*Open and close default animation time [ms] (0: no animation)*/
#define LV_DDLIST_USE_STYLE_INDC 1 /*Use a down arrow in ddlist */
#endif #endif
/*Roller (dependencies: lv_ddlist)*/ /*Roller (dependencies: lv_ddlist)*/