1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/lvgl/Kconfig
2024-03-27 10:28:12 +01:00

22 lines
563 B
Plaintext

# Copyright (c) 2021 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
menu "LVGL RIOT configuration"
depends on USEPKG_LVGL
config LVGL_INACTIVITY_PERIOD_MS
int "Inactivity period before blocking the LVGL thread (in ms)"
default 5000
config LVGL_TASK_HANDLER_DELAY_US
int "Delay between calls to the lvgl task handler (in us)"
default 5000
endmenu
osource "$(PKGDIRBASE)/lvgl/Kconfig"