:orphan: .. title:: LVGL_TXT_LINE_BREAK_LONG_LEN .. option:: CONFIG_LVGL_TXT_LINE_BREAK_LONG_LEN *Minimal word length for line break* Type: ``int`` Help ==== If a word is at least this long, a line break is allowed in the word. If the length is 0, no line break is allowed in the middle of a word. Direct dependencies =================== \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.text:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:32`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Text settings .. parsed-literal:: config LVGL_TXT_LINE_BREAK_LONG_LEN int "Minimal word length for line break" default 0 depends on \ :option:`LVGL ` help If a word is at least this long, a line break is allowed in the word. If the length is 0, no line break is allowed in the middle of a word. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*