From 8712598ca1b90fe2becfc078faaa44ebfd9fbc2a Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 21 Sep 2018 14:16:10 +0200 Subject: [PATCH] lv_conf_templ.h minor updates --- lv_conf_templ.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lv_conf_templ.h b/lv_conf_templ.h index 72f732357..deaa24149 100644 --- a/lv_conf_templ.h +++ b/lv_conf_templ.h @@ -265,17 +265,15 @@ /*Button (dependencies: lv_cont*/ #define USE_LV_BTN 1 #if USE_LV_BTN != 0 -#define LV_BTN_INK_EFFECT 1 /*1: enable ink effect animation on click. Use `lv_btn_set_ink_in/wait/out_time` to set the animation time*/ +#define LV_BTN_INK_EFFECT 1 /*Enable button-state animations - draw a circle on click (dependencies: USE_LV_ANIMATION)*/ #endif + /*Image Button (dependencies: lv_btn*/ #define USE_LV_IMGBTN 1 /*Button matrix (dependencies: -)*/ #define USE_LV_BTNM 1 -/*Enable button-state animations - draw a circle on click (dependencies: USE_LV_ANIMATION)*/ -#define LV_BTN_INK_EFFECT 1 - /*Keyboard (dependencies: lv_btnm)*/ #define USE_LV_KB 1