summaryrefslogtreecommitdiff
path: root/nuttx/examples/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/examples/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/examples/nx')
-rw-r--r--nuttx/examples/nx/nx_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/examples/nx/nx_internal.h b/nuttx/examples/nx/nx_internal.h
index c86e8cf61..51f6f927a 100644
--- a/nuttx/examples/nx/nx_internal.h
+++ b/nuttx/examples/nx/nx_internal.h
@@ -70,7 +70,7 @@
# if CONFIG_EXAMPLES_NX_BPP == 24 || CONFIG_EXAMPLES_NX_BPP == 32
# define CONFIG_EXAMPLES_NX_BGCOLOR 0x007b68ee
# elif CONFIG_EXAMPLES_NX_BPP == 16
-# define CONFIG_EXAMPLES_NX_BGCOLOR 0x3088
+# define CONFIG_EXAMPLES_NX_BGCOLOR 0x7b5d
# else
# define CONFIG_EXAMPLES_NX_BGCOLOR ' '
# endif
@@ -80,7 +80,7 @@
# if CONFIG_EXAMPLES_NX_BPP == 24 || CONFIG_EXAMPLES_NX_BPP == 32
# define CONFIG_EXAMPLES_NX_COLOR1 0x00e6e6fa
# elif CONFIG_EXAMPLES_NX_BPP == 16
-# define CONFIG_EXAMPLES_NX_COLOR1 0x30c8
+# define CONFIG_EXAMPLES_NX_COLOR1 0xe73f
# else
# define CONFIG_EXAMPLES_NX_COLOR1 '1'
# endif
@@ -90,7 +90,7 @@
# if CONFIG_EXAMPLES_NX_BPP == 24 || CONFIG_EXAMPLES_NX_BPP == 32
# define CONFIG_EXAMPLES_NX_COLOR2 0x00dcdcdc
# elif CONFIG_EXAMPLES_NX_BPP == 16
-# define CONFIG_EXAMPLES_NX_COLOR2 0x30cc
+# define CONFIG_EXAMPLES_NX_COLOR2 0xdefb
# else
# define CONFIG_EXAMPLES_NX_COLOR2 '2'
# endif