2019-04-05 02:53:29 +02: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 17:25:41 +02:00
|
|
|
if NXWIDGETS
|
2019-05-17 16:53:25 +02:00
|
|
|
|
2019-05-17 17:25:41 +02:00
|
|
|
config NXGLYPHS_LARGE_ICONS
|
2019-04-05 02:53:29 +02:00
|
|
|
bool
|
|
|
|
default n
|
2019-05-17 16:53:25 +02:00
|
|
|
|
|
|
|
config NXGLYPHS_BACKGROUNDCOLOR
|
|
|
|
hex "Background Color"
|
2020-01-23 06:36:26 +01: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 16:53:25 +02:00
|
|
|
---help---
|
|
|
|
Normal background color. Default: RGB(148,189,215)
|
|
|
|
|
2019-05-17 17:25:41 +02:00
|
|
|
endif # NXWIDGETS
|