summaryrefslogtreecommitdiff
path: root/NxWidgets/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 22:04:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 22:04:51 +0000
commit98a7ce4560f7698e748e7e5461b9b26e4b45370d (patch)
tree494141ff73cb23e5f14ead9d76629034e8683519 /NxWidgets/Kconfig
parent367c0f77ee3e82d47676931a8eea0c96de6f57a7 (diff)
downloadnuttx-98a7ce4560f7698e748e7e5461b9b26e4b45370d.tar.gz
nuttx-98a7ce4560f7698e748e7e5461b9b26e4b45370d.tar.bz2
nuttx-98a7ce4560f7698e748e7e5461b9b26e4b45370d.zip
Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen support for the Shenzhou board; Complete the Shenzhou NxWM configuration (also untested).
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5190 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/Kconfig')
-rw-r--r--NxWidgets/Kconfig24
1 files changed, 15 insertions, 9 deletions
diff --git a/NxWidgets/Kconfig b/NxWidgets/Kconfig
index c89b4936f..1d7852507 100644
--- a/NxWidgets/Kconfig
+++ b/NxWidgets/Kconfig
@@ -3,14 +3,14 @@
# see misc/tools/kconfig-language.txt.
#
-menuconfig NxWIDGETS
+menuconfig NXWIDGETS
bool "Enable NxWidgets"
default n
depends on NX && HAVE_CXX
---help---
Enable support for NxWidgets
-if NxWIDGETS
+if NXWIDGETS
comment "NX Server/Device Configuration"
config NXWIDGETS_DEVNO
@@ -88,7 +88,7 @@ config NXWIDGETS_BPP
BPP configuration supported by NX.
config NXWIDGETS_SIZEOFCHAR
- int "Size of a character (1 or 2 bytes)
+ int "Size of a character (1 or 2 bytes)"
range 1 2
---help---
Size of character {1 or 2 bytes}. Default Determined by
@@ -116,12 +116,12 @@ config NXWIDGETS_TNXARRAY_SIZEINCREMENT
config NXWIDGETS_DEFAULT_BACKGROUNDCOLOR
hex "Normal Background Color"
---help---
- Normal background color. Default: RGB(160,160,160)
+ Normal background color. Default: RGB(148,189,215)
config NXWIDGETS_DEFAULT_SELECTEDBACKGROUNDCOLOR
hex "Selected Background Color"
---help---
- Default selected background color. Default: RGB(120,192,192)
+ Default selected background color. Default: RGB(206,227,241)
config NXWIDGETS_DEFAULT_SHINEEDGECOLOR
hex "Shiny Edge Color"
@@ -131,7 +131,7 @@ config NXWIDGETS_DEFAULT_SHINEEDGECOLOR
config NXWIDGETS_DEFAULT_SHADOWEDGECOLOR
hex "Shadow Edge Color"
---help---
- Shadowed side border color. Default: RGB(0,0,0)
+ Shadowed side border color. Default: RGB(35,58,73)
config NXWIDGETS_DEFAULT_HIGHLIGHTCOLOR
hex "Highlight Color"
@@ -203,14 +203,14 @@ config NXWIDGETS_CURSORCONTROL_SIZE
endif
-menuconfig NxWM
+menuconfig NXWM
bool "Enable NxWM"
default n
- depends on NxWIDGETS && NX_MULTIUSER
+ depends on NXWIDGETS && NX_MULTIUSER
---help---
Enable support for the NuttX Tiny Window Manager (NxWM)
-if NxWM
+if NXWM
comment "General settings"
config NXWM_DEFAULT_FONTID
@@ -218,6 +218,12 @@ config NXWM_DEFAULT_FONTID
---help---
The NxWM default font ID. Default: NXFONT_DEFAULT
+config NXWM_UNITTEST
+ bool "NxWM Unit Test"
+ default n
+ ---help---
+ Enable Hooks for the NxWM Unit Test
+
comment "Color configuration"
config NXWM_DEFAULT_BACKGROUNDCOLOR