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.
Default¶
- 0 
Kconfig definition¶
At <Zephyr Library>/gui/lvgl/Kconfig.text:25
Included via Kconfig:8 → Kconfig.zephyr:43 → <Zephyr Library>/Kconfig:8 → <Zephyr Library>/gui/Kconfig:4 → <Zephyr Library>/gui/lvgl/Kconfig:32
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Text settings
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.)