:orphan: .. title:: LVGL_TEXT_BREAK_LONG_WORD_PRE_MIN_LEN .. option:: CONFIG_LVGL_TEXT_BREAK_LONG_WORD_PRE_MIN_LEN *Minimum long word length before text break* Type: ``int`` Help ==== Minimum number of characters of a long word that should be put before a break Direct dependencies =================== \ :option:`LVGL ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 3 if \ :option:`LVGL ` Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig:276`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:37`` → ``lib/Kconfig:15`` → ``lib/gui/Kconfig:9`` Menu path: (top menu) → Additional libraries → Graphical user interface → LittlevGL Support .. parsed-literal:: config LVGL_TEXT_BREAK_LONG_WORD_PRE_MIN_LEN int prompt "Minimum long word length before text break" if \ :option:`LVGL ` default 3 if \ :option:`LVGL ` depends on \ :option:`LVGL ` help Minimum number of characters of a long word that should be put before a break *(Definitions include propagated dependencies, including from if's and menus.)*