summaryrefslogtreecommitdiff
path: root/nuttx/examples/nx/nx_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-01 13:26:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-01 13:26:23 +0000
commited6a78372c4c7dde448e92d21f74f3defee35fed (patch)
tree5d9877c26c969f35782f57582e42c58df413a6d0 /nuttx/examples/nx/nx_internal.h
parentad2faab27444c4f2e24e5bcde65898036a86767b (diff)
downloadpx4-nuttx-ed6a78372c4c7dde448e92d21f74f3defee35fed.tar.gz
px4-nuttx-ed6a78372c4c7dde448e92d21f74f3defee35fed.tar.bz2
px4-nuttx-ed6a78372c4c7dde448e92d21f74f3defee35fed.zip
Add nx_constructwindow
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1367 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/nx/nx_internal.h')
-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 40bf62059..d41bbf89f 100644
--- a/nuttx/examples/nx/nx_internal.h
+++ b/nuttx/examples/nx/nx_internal.h
@@ -59,7 +59,7 @@
#ifndef CONFIG_EXAMPLES_NX_BGCOLOR
# if CONFIG_SIM_FBBPP == 24 || CONFIG_SIM_FBBPP == 32
-# define CONFIG_EXAMPLES_NX_BGCOLOR 0x00602020
+# define CONFIG_EXAMPLES_NX_BGCOLOR 0x007b68ee
# elif CONFIG_SIM_FBBPP = 16
# define CONFIG_EXAMPLES_NX_BGCOLOR 0x3088
# else
@@ -69,7 +69,7 @@
#ifndef CONFIG_EXAMPLES_NX_COLOR1
# if CONFIG_SIM_FBBPP == 24 || CONFIG_SIM_FBBPP == 32
-# define CONFIG_EXAMPLES_NX_COLOR1 0x00606020
+# define CONFIG_EXAMPLES_NX_COLOR1 0x00e6e6fa
# elif CONFIG_SIM_FBBPP = 16
# define CONFIG_EXAMPLES_NX_COLOR1 0x30c8
# else
@@ -79,7 +79,7 @@
#ifndef CONFIG_EXAMPLES_NX_COLOR2
# if CONFIG_SIM_FBBPP == 24 || CONFIG_SIM_FBBPP == 32
-# define CONFIG_EXAMPLES_NX_COLOR2 0x00606060
+# define CONFIG_EXAMPLES_NX_COLOR2 0x00dcdcdc
# elif CONFIG_SIM_FBBPP = 16
# define CONFIG_EXAMPLES_NX_COLOR2 0x30cc
# else