2018-01-16 22:35:55 +01: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 10:50:05 +02:00
|
|
|
tristate "LVGL Demo"
|
2018-01-16 22:35:55 +01:00
|
|
|
default n
|
2022-01-28 12:46:55 +01:00
|
|
|
depends on GRAPHICS_LVGL
|
2018-01-16 22:35:55 +01:00
|
|
|
---help---
|
2020-06-17 10:50:05 +02:00
|
|
|
Enable build the Light and Versatile Graphics Library Demo programs
|
2018-01-16 22:35:55 +01:00
|
|
|
|
|
|
|
if EXAMPLES_LVGLDEMO
|
|
|
|
|
|
|
|
config EXAMPLES_LVGLDEMO_PRIORITY
|
2022-10-08 11:03:06 +02:00
|
|
|
int "lvgldemo task priority"
|
2018-01-16 22:35:55 +01:00
|
|
|
default 100
|
|
|
|
|
|
|
|
config EXAMPLES_LVGLDEMO_STACKSIZE
|
|
|
|
int "lvgldemo stack size"
|
|
|
|
default 16384
|
|
|
|
|
2021-04-05 23:13:09 +02:00
|
|
|
endif # EXAMPLES_LVGLDEMO
|