Enable ink effect
Type: bool
Help¶
Enable ink, press, effect for buttons
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At lib/gui/lvgl/Kconfig.objects:266
Included via Kconfig:8
→ Kconfig.zephyr:42
→ lib/Kconfig:12
→ lib/gui/Kconfig:4
→ lib/gui/lvgl/Kconfig:458
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → Button object
config LVGL_OBJ_BUTTON_INK_EFFECT bool "Enable ink effect" depends onLVGL_OBJ_BUTTON
&&LVGL
help Enable ink, press, effect for buttons
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)