:orphan: .. title:: CONFIG_LVGL_TXT_LINE_BREAK_LONG_LEN .. kconfig:: CONFIG_LVGL_TXT_LINE_BREAK_LONG_LEN CONFIG_LVGL_TXT_LINE_BREAK_LONG_LEN ################################### *Minimal word length for line break* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/gui/lvgl/Kconfig.text:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:32`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Text settings .. code-block:: kconfig config LVGL_TXT_LINE_BREAK_LONG_LEN int "Minimal word length for line break" default 0 depends on 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.)*