-
CONFIG_LVGL_SCREEN_REFRESH_PERIOD
¶
Screen refresh period
Type: int
Help¶
Screen refresh period in milliseconds
Default¶
50
Kconfig definition¶
At lib/gui/lvgl/Kconfig:219
Included via Kconfig:8
→ Kconfig.zephyr:42
→ lib/Kconfig:12
→ lib/gui/Kconfig:4
Menu path: (Top) → Additional libraries → LittlevGL GUI library
config LVGL_SCREEN_REFRESH_PERIOD
int "Screen refresh period"
default 50
depends on LVGL
help
Screen refresh period in milliseconds
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)