summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
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: