:orphan: .. title:: CONFIG_LVGL_TXT_BREAK_CHARS .. kconfig:: CONFIG_LVGL_TXT_BREAK_CHARS CONFIG_LVGL_TXT_BREAK_CHARS ########################### *Text break characters* Type: ``string`` Help ==== .. code-block:: none Characters on which a text break can take place Direct dependencies =================== \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - " ,.;:-_" Kconfig definition ================== At ``/gui/lvgl/Kconfig.text:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:32`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Text settings .. code-block:: kconfig 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.)*