CONFIG_LVGL_DISP_LARGE_LIMIT¶
Large 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 large displays.
Default¶
- 70 
Kconfig definition¶
At <Zephyr Library>/gui/lvgl/Kconfig.graphical:133
Included via Kconfig:8 → Kconfig.zephyr:43 → <Zephyr Library>/Kconfig:8 → <Zephyr Library>/gui/Kconfig:4 → <Zephyr Library>/gui/lvgl/Kconfig:24
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Graphical settings
config LVGL_DISP_LARGE_LIMIT
    int "Large display limit"
    default 70
    depends on LVGL
    help
      According to the width of the display (hor. res. / dpi) the displays fall
      in 4 categories. This limit is the threshold for large displays.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)