summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/stm3240g-eval
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-09 19:31:48 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-09 19:31:48 +0000
commit9e5f233688a5337ab37e82411b361463bacd3d38 (patch)
tree3275cf363a5ddb67c70108c4712f8903fb0b958c /nuttx/configs/stm3240g-eval
parent7b079e35322d82db1185b0f753960c981b71302a (diff)
NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support for full screen applications
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4716 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/stm3240g-eval')
-rw-r--r--nuttx/configs/stm3240g-eval/nxwm/defconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/configs/stm3240g-eval/nxwm/defconfig b/nuttx/configs/stm3240g-eval/nxwm/defconfig
index ce1be631e2..c3d2062e7a 100644
--- a/nuttx/configs/stm3240g-eval/nxwm/defconfig
+++ b/nuttx/configs/stm3240g-eval/nxwm/defconfig
@@ -1261,9 +1261,12 @@ CONFIG_NX_MXCLIENTMSGS=16
# NxWidgets / NxWM
#
# Use all defaults except
-# 1. Make the NxWidgets background color match the NxWM back color
-# 2. Taskbar on the left
+# 1. 16 bits-per-pixel
+# 2. Make the NxWidgets background color match the NxWM back color
+# 3. Taskbar on the left
+# 4. We do have a touchscreen
#
+CONFIG_NXWIDGETS_BPP=16
CONFIG_NXWIDGETS_SERVERSTACK=2048
CONFIG_NXWIDGETS_LISTENERSTACK=2048
CONFIG_NXWIDGETS_DEFAULT_BACKGROUNDCOLOR=MKRGB(148,189,215)
@@ -1273,6 +1276,7 @@ CONFIG_NXWIDGETS_DEFAULT_SHADOWEDGECOLOR=MKRGB(35,58,73)
CONFIG_NXWM_TASKBAR_LEFT=y
CONFIG_NXWM_NXCONSOLE_STACKSIZE=2048
CONFIG_NXWM_UNITTEST=y
+CONFIG_NXWM_TOUCHSCREEN=y
#
# NxConsole Configuration Settings: