:orphan: .. title:: LVGL_TXT_BREAK_CHARS .. option:: CONFIG_LVGL_TXT_BREAK_CHARS *Text break characters* Type: ``string`` Help ==== Characters on which a text break can take place Direct dependencies =================== \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - " ,.;:-_" Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.text:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:32`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Text settings .. parsed-literal:: config LVGL_TXT_BREAK_CHARS string "Text break characters" default " ,.;:-_" depends on \ :option:`LVGL ` help Characters on which a text break can take place *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*