:orphan: .. title:: CONFIG_LVGL_TXT_LINE_BREAK_LONG_POST_MIN_LEN .. kconfig:: CONFIG_LVGL_TXT_LINE_BREAK_LONG_POST_MIN_LEN CONFIG_LVGL_TXT_LINE_BREAK_LONG_POST_MIN_LEN ############################################ *Minimal number of characters on line after line break* Type: ``int`` Help ==== .. code-block:: none Minimal number of characters to place on a line after a line break occurred in the middle of a word. Direct dependencies =================== \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3 Kconfig definition ================== At ``/gui/lvgl/Kconfig.text:40`` 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_POST_MIN_LEN int "Minimal number of characters on line after line break" default 3 depends on LVGL help Minimal number of characters to place on a line after a line break occurred in the middle of a word. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*