2012-04-06 17:58:25 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:08:57 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 17:58:25 +02:00
|
|
|
#
|
2012-04-17 23:23:10 +02:00
|
|
|
|
|
|
|
if ARCH_BOARD_SIM
|
2014-03-04 22:08:30 +01:00
|
|
|
|
|
|
|
config EXAMPLES_TOUCHSCREEN_BGCOLOR
|
|
|
|
hex "Background color for apps/examples/touchscreen"
|
|
|
|
default 0x007b68ee
|
2014-03-07 00:16:46 +01:00
|
|
|
depends on EXAMPLES_TOUCHSCREEN
|
2014-03-04 22:08:30 +01:00
|
|
|
|
2012-04-17 23:23:10 +02:00
|
|
|
endif
|