CONFIG_LVGL_TXT_ENC_ASCII¶
ASCII string encoding
Type: bool
Direct dependencies¶
<choice: String character encoding>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <Zephyr Library>/gui/lvgl/Kconfig.text:11
Included via Kconfig:8 → Kconfig.zephyr:43 → <Zephyr Library>/Kconfig:8 → <Zephyr Library>/gui/Kconfig:4 → <Zephyr Library>/gui/lvgl/Kconfig:32
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Text settings → String character encoding
config LVGL_TXT_ENC_ASCII
    bool "ASCII string encoding"
    depends on <choice>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)