|
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
|
|
if ARCH_BOARD_SIM
|
|
|
|
config EXAMPLES_TOUCHSCREEN_BGCOLOR
|
|
hex "Background color for apps/examples/touchscreen"
|
|
default 0x007b68ee
|
|
depends on EXAMPLES_TOUCHSCREEN
|
|
|
|
endif
|