summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/nx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-21 03:04:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-21 03:04:08 +0000
commitbe7fb2968dd37fd2b8c635158c275aa387f5ca60 (patch)
tree11b0ecce52e4f535e22ba738f6fe1316bee8521e /nuttx/configs/sam3u-ek/nx
parent4a6d3bdf4c1e6e786594a6adf846a3e310e86178 (diff)
downloadpx4-nuttx-be7fb2968dd37fd2b8c635158c275aa387f5ca60.tar.gz
px4-nuttx-be7fb2968dd37fd2b8c635158c275aa387f5ca60.tar.bz2
px4-nuttx-be7fb2968dd37fd2b8c635158c275aa387f5ca60.zip
Some LCD output, still a long way to go
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2621 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/sam3u-ek/nx')
-rwxr-xr-xnuttx/configs/sam3u-ek/nx/defconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/sam3u-ek/nx/defconfig b/nuttx/configs/sam3u-ek/nx/defconfig
index 9ad79eeaf..f4f7e86ee 100755
--- a/nuttx/configs/sam3u-ek/nx/defconfig
+++ b/nuttx/configs/sam3u-ek/nx/defconfig
@@ -871,12 +871,12 @@ CONFIG_EXAMPLES_USBSERIAL_TRACEINTERRUPTS=n
# nx_eventnotify(). Default: 4
CONFIG_EXAMPLES_NX_VPLANE=0
CONFIG_EXAMPLES_NX_DEVNO=0
-#CONFIG_EXAMPLES_NX_BGCOLOR
-#CONFIG_EXAMPLES_NX_COLOR1
-#CONFIG_EXAMPLES_NX_COLOR2
-#CONFIG_EXAMPLES_NX_TBCOLOR
-#CONFIG_EXAMPLES_NX_FONTCOLOR
-CONFIG_EXAMPLES_NX_BPP=CONFIG_SIM_FBBPP
+CONFIG_EXAMPLES_NX_BGCOLOR=0x7b5d
+CONFIG_EXAMPLES_NX_COLOR1=0xe73f
+CONFIG_EXAMPLES_NX_COLOR2=0xdefb
+CONFIG_EXAMPLES_NX_TBCOLOR=0xad55
+CONFIG_EXAMPLES_NX_FONTCOLOR=0x0000
+CONFIG_EXAMPLES_NX_BPP=16
CONFIG_EXAMPLES_NX_RAWWINDOWS=n
CONFIG_EXAMPLES_NX_STACKSIZE=8192
CONFIG_EXAMPLES_NX_CLIENTPRIO=80