summaryrefslogtreecommitdiffstats
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-23 01:19:18 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-23 01:19:18 +0000
commitee1225f9c5691e94df279c254a649373d25f5bbc (patch)
tree34aa5b11893347a75fca444819833ad33e90e053 /nuttx
parent638dbf01f8acb059b9ccd6416f7e01b72843a71f (diff)
Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase spacing of icons on the start window
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4765 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/ChangeLog2
-rw-r--r--nuttx/configs/stm3240g-eval/nxwm/defconfig10
2 files changed, 10 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3705363b24..836c5670f7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2798,5 +2798,7 @@
Fix some conditional compilation that included a few too many lines of code.
* drivers/input/stmpe11_tsc.c and stmpe11.h: Add a timeout to catch missed
pen up events. Now the STM3240G-EVAL touchscreen works very smoothly.
+ * configs/stm3240g-eval/nxwm/defconfig: Enable support for NxConsole keyboard
+ input. Increasing spacing of icons.
diff --git a/nuttx/configs/stm3240g-eval/nxwm/defconfig b/nuttx/configs/stm3240g-eval/nxwm/defconfig
index 2a3cf3c86d..339572c8f9 100644
--- a/nuttx/configs/stm3240g-eval/nxwm/defconfig
+++ b/nuttx/configs/stm3240g-eval/nxwm/defconfig
@@ -1277,8 +1277,10 @@ CONFIG_NX_MXCLIENTMSGS=16
# Use all defaults except
# 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
+# 3. Build in support for keyboard input in NxConsole
+# 4. Taskbar on the left
+# 5. We do have a touchscreen
+# 6. We do want the NxWM keybard listener
#
CONFIG_NXWIDGETS_BPP=16
CONFIG_NXWIDGETS_SERVERSTACK=2048
@@ -1287,10 +1289,14 @@ CONFIG_NXWIDGETS_DEFAULT_BACKGROUNDCOLOR=MKRGB(148,189,215)
CONFIG_NXWIDGETS_DEFAULT_SELECTEDBACKGROUNDCOLOR=MKRGB(206,227,241)
CONFIG_NXWIDGETS_DEFAULT_SHADOWEDGECOLOR=MKRGB(35,58,73)
+CONFIG_NXCONSOLE_NXKBDIN=y
+
CONFIG_NXWM_TASKBAR_LEFT=y
CONFIG_NXWM_NXCONSOLE_STACKSIZE=2048
+CONFIG_NXWM_TASKBAR_VSPACING=4
CONFIG_NXWM_UNITTEST=y
CONFIG_NXWM_TOUCHSCREEN=y
+CONFIG_NXWM_KEYBOARD=y
#
# NxConsole Configuration Settings: