aboutsummaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-02 14:38:54 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-02 14:38:54 +0000
commitd7c6496584fdbe590ee33f8e8759eec849612f73 (patch)
tree1b921ee8364e6156ee58ee1b85b34a91a69aa435 /nuttx
parent0bb02729f174806f968aef5f35b917e2b27a7a22 (diff)
downloadpx4-firmware-d7c6496584fdbe590ee33f8e8759eec849612f73.tar.gz
px4-firmware-d7c6496584fdbe590ee33f8e8759eec849612f73.tar.bz2
px4-firmware-d7c6496584fdbe590ee33f8e8759eec849612f73.zip
NxWM initial displays come up okay
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4687 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/configs/sim/nxwm/defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/sim/nxwm/defconfig b/nuttx/configs/sim/nxwm/defconfig
index 24996e895..74b5aea15 100644
--- a/nuttx/configs/sim/nxwm/defconfig
+++ b/nuttx/configs/sim/nxwm/defconfig
@@ -547,8 +547,14 @@ CONFIG_NX_MXCLIENTMSGS=16
#
# NxWidgets
#
+# Use all defaults except
+# 1. Need an especially big server stack size to work with X
+# 2. Make the NxWidgets background color match the NxWM back color
+#
CONFIG_NXWIDGETS_SERVERSTACK=16384
CONFIG_NXWIDGETS_LISTENERSTACK=8192
+CONFIG_NXWIDGETS_DEFAULT_BACKGROUNDCOLOR=MKRGB(148,189,215)
+CONFIG_NXWIDGETS_DEFAULT_SELECTEDBACKGROUNDCOLOR=MKRGB(206,227,241)
#
# NxConsole Configuration Settings: