CONFIG_LVGL_DISP_SMALL_LIMIT¶
Small 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 small displays.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
30
Kconfig definition¶
At lib/gui/lvgl/Kconfig.graphical:119
Included via Kconfig:8
→ Kconfig.zephyr:43
→ lib/Kconfig:8
→ lib/gui/Kconfig:4
→ lib/gui/lvgl/Kconfig:24
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Graphical settings
config LVGL_DISP_SMALL_LIMIT
int "Small display limit"
default 30
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 small displays.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)