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