From ed6a78372c4c7dde448e92d21f74f3defee35fed Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 1 Dec 2008 13:26:23 +0000 Subject: Add nx_constructwindow git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1367 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/nx/nx_internal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/examples/nx/nx_internal.h') 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 -- cgit v1.2.3