CONFIG_LVGL_DISP_DEF_REFR_PERIOD

Screen refresh period

Type: int

Help

Screen refresh period in milliseconds

Direct dependencies

LVGL

(Includes any dependencies from ifs and menus.)

Default

  • 30

Kconfig definition

At <Zephyr>/lib/gui/lvgl/Kconfig.graphical:107

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/lib/Kconfig:14<Zephyr>/lib/gui/Kconfig:4<Zephyr>/lib/gui/lvgl/Kconfig:24

Menu path: (Top) → Additional libraries → LittlevGL GUI library → Graphical settings

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.)