Enable ink effect
Type: bool
Help¶
Enable ink, press, effect for buttons
Defaults¶
- “y” if
LVGL_OBJ_BUTTON
&&LVGL
Kconfig definition¶
At lib/gui/lvgl/Kconfig.objects:261
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:15
→ lib/gui/Kconfig:9
→ lib/gui/lvgl/Kconfig:364
Menu path: (top menu) → Additional libraries → Graphical user interface → Objects
config LVGL_OBJ_BUTTON_INK_EFFECT bool prompt "Enable ink effect" ifLVGL_OBJ_BUTTON
&&LVGL
default "y" ifLVGL_OBJ_BUTTON
&&LVGL
depends onLVGL_OBJ_BUTTON
&&LVGL
help Enable ink, press, effect for buttons
(Definitions include propagated dependencies, including from if’s and menus.)