:orphan: .. title:: LVGL_OBJ_CANVAS .. option:: CONFIG_LVGL_OBJ_CANVAS *Canvas object* Type: ``bool`` Help ==== Enabled canvas object support Direct dependencies =================== \ :option:`LVGL_OBJ_IMAGE ` && \ :option:`LVGL ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "y" if \ :option:`LVGL_OBJ_IMAGE ` && \ :option:`LVGL ` Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.objects:162`` 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 → LittlevGL Support → Objects .. parsed-literal:: config LVGL_OBJ_CANVAS bool prompt "Canvas object" if \ :option:`LVGL_OBJ_IMAGE ` && \ :option:`LVGL ` default "y" if \ :option:`LVGL_OBJ_IMAGE ` && \ :option:`LVGL ` depends on \ :option:`LVGL_OBJ_IMAGE ` && \ :option:`LVGL ` help Enabled canvas object support *(Definitions include propagated dependencies, including from if's and menus.)*