From 8fd442531f4c7b1b3a9562e06ba7049dbc93d6ec Mon Sep 17 00:00:00 2001 From: Samuel Date: Thu, 8 Nov 2018 23:24:23 +0800 Subject: [PATCH] Update lv_conf_templ.h --- lv_conf_templ.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lv_conf_templ.h b/lv_conf_templ.h index 9a809c3cc..732262d2a 100644 --- a/lv_conf_templ.h +++ b/lv_conf_templ.h @@ -292,10 +292,11 @@ #define LV_LIST_FOCUS_TIME 100 /*Default animation time of focusing to a list element [ms] (0: no animation) */ #endif -/*Drop down list (dependencies: lv_page, lv_label)*/ +/*Drop down list (dependencies: lv_page, lv_label, lv_symbol)*/ #define USE_LV_DDLIST 1 #if USE_LV_DDLIST != 0 #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 /*Roller (dependencies: lv_ddlist)*/