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