:orphan: .. title:: CONFIG_LVGL_TA_DEF_PWD_SHOW_TIME .. kconfig:: CONFIG_LVGL_TA_DEF_PWD_SHOW_TIME CONFIG_LVGL_TA_DEF_PWD_SHOW_TIME ################################ *Label scroll speed* Type: ``int`` Help ==== .. code-block:: none Password character show time in milliseconds Direct dependencies =================== \ :kconfig:`LVGL_USE_TEXTAREA ` && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1500 Kconfig definition ================== At ``/gui/lvgl/Kconfig.objects:370`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:33`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → Text area object .. code-block:: kconfig config LVGL_TA_DEF_PWD_SHOW_TIME int "Label scroll speed" default 1500 depends on LVGL_USE_TEXTAREA && LVGL help Password character show time in milliseconds *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*