:orphan: .. title:: LVGL_TXT_LINE_BREAK_LONG_PRE_MIN_LEN .. option:: CONFIG_LVGL_TXT_LINE_BREAK_LONG_PRE_MIN_LEN *Minimal number of characters on line before line break* Type: ``int`` Help ==== Minimal number of characters to place on a line before a line break in the middle of a word can occur. Direct dependencies =================== \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3 Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.text:33`` 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_PRE_MIN_LEN int "Minimal number of characters on line before line break" default 3 depends on \ :option:`LVGL ` help Minimal number of characters to place on a line before a line break in the middle of a word can occur. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*