-
CONFIG_LVGL_OBJ_LINE
¶
Line Object
Type: bool
Help¶
Enable line object support
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At lib/gui/lvgl/Kconfig.objects:63
Included via Kconfig:8
→ Kconfig.zephyr:42
→ lib/Kconfig:12
→ lib/gui/Kconfig:4
→ lib/gui/lvgl/Kconfig:458
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects
config LVGL_OBJ_LINE
bool "Line Object"
depends on LVGL
help
Enable line object support
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)