:orphan: .. title:: LVGL_DISP_MEDIUM_LIMIT .. option:: CONFIG_LVGL_DISP_MEDIUM_LIMIT *Medium display limit* Type: ``int`` Help ==== According to the width of the display (hor. res. / dpi) the displays fall in 4 categories. This limit is the threshold for medium displays. Direct dependencies =================== \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 50 Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.graphical:126`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:24`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Graphical settings .. parsed-literal:: config LVGL_DISP_MEDIUM_LIMIT int "Medium display limit" default 50 depends on \ :option:`LVGL ` help According to the width of the display (hor. res. / dpi) the displays fall in 4 categories. This limit is the threshold for medium displays. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*