2019-04-04 18:53:29 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
2019-05-17 09:25:41 -06:00
|
|
|
if NXWIDGETS
|
2019-05-17 08:53:25 -06:00
|
|
|
|
2019-05-17 09:25:41 -06:00
|
|
|
config NXGLYPHS_LARGE_ICONS
|
2019-04-04 18:53:29 -06:00
|
|
|
bool
|
|
|
|
default n
|
2019-05-17 08:53:25 -06:00
|
|
|
|
|
|
|
config NXGLYPHS_BACKGROUNDCOLOR
|
|
|
|
hex "Background Color"
|
2020-01-23 13:36:26 +08:00
|
|
|
default 0x97 if NXWIDGETS_BPP = 8
|
|
|
|
default 0x95fa if NXWIDGETS_BPP = 16
|
|
|
|
default 0x94bdd7 if NXWIDGETS_BPP = 24 || NXWIDGETS_BPP = 32
|
2019-05-17 08:53:25 -06:00
|
|
|
---help---
|
|
|
|
Normal background color. Default: RGB(148,189,215)
|
|
|
|
|
2019-05-17 09:25:41 -06:00
|
|
|
endif # NXWIDGETS
|