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.

Direct dependencies

LVGL

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At <Zephyr>/lib/gui/lvgl/Kconfig.text:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/lib/Kconfig:14<Zephyr>/lib/gui/Kconfig:4<Zephyr>/lib/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.)