summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/nx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-20 02:20:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-20 02:20:42 +0000
commit6ea53310e8e8a3368169142116491f45a0195dc2 (patch)
treeecc38e6b3d6bcf63e820c9c5505e4c0df19ad26d /nuttx/configs/sam3u-ek/nx
parent1a492f277ccd2a0a0fc8b6d35cb1083fca37a502 (diff)
downloadpx4-nuttx-6ea53310e8e8a3368169142116491f45a0195dc2.tar.gz
px4-nuttx-6ea53310e8e8a3368169142116491f45a0195dc2.tar.bz2
px4-nuttx-6ea53310e8e8a3368169142116491f45a0195dc2.zip
sam3u LCD driver is code complete (but untested)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2619 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/sam3u-ek/nx')
-rwxr-xr-xnuttx/configs/sam3u-ek/nx/defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/sam3u-ek/nx/defconfig b/nuttx/configs/sam3u-ek/nx/defconfig
index 6cbc5c730..9ad79eeaf 100755
--- a/nuttx/configs/sam3u-ek/nx/defconfig
+++ b/nuttx/configs/sam3u-ek/nx/defconfig
@@ -664,6 +664,8 @@ CONFIG_USBSTRG_REMOVABLE=y
# By default, NX builds to use a framebuffer driver (see
# include/nuttx/fb.h). If this option is defined, NX will
# build to use an LCD driver (see include/nuttx/lcd.h).
+# CONFIG_LCD_MAXPOWER - The full-on power setting for an LCD device.
+# CONFIG_LCD_MAXCONTRAST - The maximum contrast value for an LCD device.
# CONFIG_NX_MOUSE
# Build in support for mouse input
# CONFIG_NX_KBD
@@ -711,6 +713,8 @@ CONFIG_NX_DISABLE_24BPP=y
CONFIG_NX_DISABLE_32BPP=y
CONFIG_NX_PACKEDMSFIRST=n
CONFIG_NX_LCDDRIVER=y
+CONFIG_LCD_MAXPOWER=31
+CONFIG_LCD_MAXCONTRAST=1
CONFIG_NX_MOUSE=n
CONFIG_NX_KBD=n
#CONFIG_NXTK_BORDERWIDTH=4