summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-29 09:46:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-29 09:46:57 -0600
commit513671256fe287033b8874d352fdf34bf6a14bea (patch)
treec92e6af03ccf0db0e7bc0492c37bdd1587e09e3d /nuttx/configs/stm3240g-eval
parent500e0bf8574e8257e709d4a45a2d8b6c84b9a8c4 (diff)
downloadpx4-nuttx-513671256fe287033b8874d352fdf34bf6a14bea.tar.gz
px4-nuttx-513671256fe287033b8874d352fdf34bf6a14bea.tar.bz2
px4-nuttx-513671256fe287033b8874d352fdf34bf6a14bea.zip
NxWidgets server initialization must be performed in the kernel when NxWdigets is built in kernel mode
Diffstat (limited to 'nuttx/configs/stm3240g-eval')
-rw-r--r--nuttx/configs/stm3240g-eval/nxwm/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/stm3240g-eval/nxwm/defconfig b/nuttx/configs/stm3240g-eval/nxwm/defconfig
index 18135b31b..362d451fe 100644
--- a/nuttx/configs/stm3240g-eval/nxwm/defconfig
+++ b/nuttx/configs/stm3240g-eval/nxwm/defconfig
@@ -597,6 +597,7 @@ CONFIG_LCD_MAXCONTRAST=1
CONFIG_NX_MOUSE=y
CONFIG_NX_KBD=y
#CONFIG_NXTK_BORDERWIDTH=4
+CONFIG_NXTK_DEFAULT_BORDERCOLORS=n
CONFIG_NXTK_BORDERCOLOR1=0x5cb7
CONFIG_NXTK_BORDERCOLOR2=0x21c9
CONFIG_NXTK_BORDERCOLOR3=0xffdf
@@ -635,6 +636,7 @@ CONFIG_NX_MXCLIENTMSGS=16
# 7. Use a larger font with the calculator
#
CONFIG_NXWIDGETS_BPP=16
+CONFIG_NXWIDGET_SERVERINIT=y
CONFIG_NXWIDGETS_SERVERSTACK=2048
CONFIG_NXWIDGETS_LISTENERSTACK=2048
CONFIG_NXWIDGETS_DEFAULT_BACKGROUNDCOLOR=MKRGB(148,189,215)