-
CONFIG_LVGL_TEXT_LINE_BREAK_LONG_POST_MIN_LEN
¶
Minimal number of characters on line after line break
Type: int
Help¶
Minimal number of characters to place on a line after a line break occurred in the middle of a word.
Default¶
3
Kconfig definition¶
At lib/gui/lvgl/Kconfig:291
Included via Kconfig:8
→ Kconfig.zephyr:42
→ lib/Kconfig:12
→ lib/gui/Kconfig:4
Menu path: (Top) → Additional libraries → LittlevGL GUI library
config LVGL_TEXT_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.)