:orphan: .. title:: CONFIG_LVGL_DISP_DEF_REFR_PERIOD .. kconfig:: CONFIG_LVGL_DISP_DEF_REFR_PERIOD CONFIG_LVGL_DISP_DEF_REFR_PERIOD ################################ *Screen refresh period* Type: ``int`` Help ==== .. code-block:: none Screen refresh period in milliseconds Direct dependencies =================== \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 30 Kconfig definition ================== At ``/gui/lvgl/Kconfig.graphical:107`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:24`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Graphical settings .. code-block:: kconfig config LVGL_DISP_DEF_REFR_PERIOD int "Screen refresh period" default 30 depends on LVGL help Screen refresh period in milliseconds *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*