2018-01-16 15:35:55 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig EXAMPLES_LVGLDEMO
|
2020-06-17 16:50:05 +08:00
|
|
|
tristate "LVGL Demo"
|
2018-01-16 15:35:55 -06:00
|
|
|
default n
|
2022-01-28 13:46:55 +02:00
|
|
|
depends on GRAPHICS_LVGL
|
2018-01-16 15:35:55 -06:00
|
|
|
---help---
|
2020-06-17 16:50:05 +08:00
|
|
|
Enable build the Light and Versatile Graphics Library Demo programs
|
2018-01-16 15:35:55 -06:00
|
|
|
|
|
|
|
if EXAMPLES_LVGLDEMO
|
|
|
|
|
|
|
|
config EXAMPLES_LVGLDEMO_PRIORITY
|
2022-10-08 17:03:06 +08:00
|
|
|
int "lvgldemo task priority"
|
2018-01-16 15:35:55 -06:00
|
|
|
default 100
|
|
|
|
|
|
|
|
config EXAMPLES_LVGLDEMO_STACKSIZE
|
|
|
|
int "lvgldemo stack size"
|
|
|
|
default 16384
|
|
|
|
|
2021-04-05 18:13:09 -03:00
|
|
|
endif # EXAMPLES_LVGLDEMO
|