1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

Update lv_conf_templ.h

This commit is contained in:
Samuel 2018-11-09 20:13:26 +08:00 committed by GitHub
parent 74015d6d18
commit 06f81e8a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -296,7 +296,6 @@
#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)*/