Image button tile support
Type: bool
Help¶
Enable tile support for image button
Direct dependencies¶
LVGL_OBJ_IMG_BUTTON
&& LVGL_OBJ_BUTTON
&& LVGL
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At lib/gui/lvgl/Kconfig.objects:274
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_IMG_BUTTON_TILED bool prompt "Image button tile support" ifLVGL_OBJ_IMG_BUTTON
&&LVGL_OBJ_BUTTON
&&LVGL
depends onLVGL_OBJ_IMG_BUTTON
&&LVGL_OBJ_BUTTON
&&LVGL
help Enable tile support for image button
(Definitions include propagated dependencies, including from if’s and menus.)