18 lines
335 B
Plaintext
18 lines
335 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if NXWIDGETS
|
|
|
|
config NXGLYPHS_LARGE_ICONS
|
|
bool
|
|
default n
|
|
|
|
config NXGLYPHS_BACKGROUNDCOLOR
|
|
hex "Background Color"
|
|
---help---
|
|
Normal background color. Default: RGB(148,189,215)
|
|
|
|
endif # NXWIDGETS
|