summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-03 15:27:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-03 15:27:40 +0000
commit148215506db4a47326caf083d90ffed788583061 (patch)
tree2a6cf811d1e1c86821e0cd284c056bb2e7f531f7 /nuttx/examples/README.txt
parent37b3d65d15fa5e041a5cdb03d404505ae293e38e (diff)
downloadpx4-nuttx-148215506db4a47326caf083d90ffed788583061.tar.gz
px4-nuttx-148215506db4a47326caf083d90ffed788583061.tar.bz2
px4-nuttx-148215506db4a47326caf083d90ffed788583061.zip
Modify examples/nx to use NXTK; fix related bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1407 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index f3b7aba5c..d4d7017a7 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -66,6 +66,9 @@ examples/nx
CONFIG_EXAMPLES_NX_BGCOLOR -- The color of the background. Default: ' '.
CONFIG_EXAMPLES_NX_COLOR1 -- The color of window 1. Default: '1'
CONFIG_EXAMPLES_NX_COLOR2 -- The color of window 2. Default: '2'
+ CONFIG_EXAMPLES_NX_TBCOLOR -- The color of the toolbar. Default: '3'
+ CONFIG_EXAMPLES_NX_RAWWINDOWS -- Use raw windows; Default is to
+ use pretty, framed NXTK windows with toolbars.
This test can be performed with either the single-user version of
NX or with the multiple user version of NX selected with CONFIG_NX_MULTIUSER.