-
CONFIG_LVGL_TXT_BREAK_CHARS
¶
Text break characters
Type: string
Help¶
Characters on which a text break can take place
Default¶
” ,.;:-_”
Kconfig definition¶
At <Zephyr>/lib/gui/lvgl/Kconfig.text:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/lib/Kconfig:8
→ <Zephyr>/lib/gui/Kconfig:4
→ <Zephyr>/lib/gui/lvgl/Kconfig:32
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Text settings
config LVGL_TXT_BREAK_CHARS
string "Text break characters"
default " ,.;:-_"
depends on LVGL
help
Characters on which a text break can take place
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)