:orphan: .. title:: LVGL_TABLE_COL_MAX .. option:: CONFIG_LVGL_TABLE_COL_MAX *Maximum number of table columns* Type: ``int`` Help ==== Maximum number of columns to support in a table Direct dependencies =================== \ :option:`LVGL_USE_TABLE ` && \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 12 Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.objects:336`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:33`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → Table object .. parsed-literal:: config LVGL_TABLE_COL_MAX int "Maximum number of table columns" default 12 depends on \ :option:`LVGL_USE_TABLE ` && \ :option:`LVGL ` help Maximum number of columns to support in a table *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*