mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Add nx_constructwindow
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1367 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user