:orphan: .. title:: LVGL_TXT_ENC_ASCII .. option:: CONFIG_LVGL_TXT_ENC_ASCII *ASCII string encoding* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.text:11`` 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 → String character encoding .. parsed-literal:: config LVGL_TXT_ENC_ASCII bool "ASCII string encoding" depends on \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*