2012-04-06 17:58:25 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 18:45:52 +02:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
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
|