:orphan: .. title:: choice: String character encoding .. _choice_405: .. describe:: choice: String character encoding *String character encoding* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LVGL_TXT_ENC_ASCII ` Choice options ============== - \ :kconfig:`LVGL_TXT_ENC_ASCII ` - \ :kconfig:`LVGL_TXT_ENC_UTF8 ` Kconfig definition ================== At ``/gui/lvgl/Kconfig.text:7`` 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 choice bool "String character encoding" default LVGL_TXT_ENC_ASCII depends on LVGL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*