summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-04 16:45:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-04 16:45:06 +0000
commit6fd4a801b4330342cfdee6f44a81d64b41785c74 (patch)
tree281112b23ca6848793245604ba590feecc87743c /nuttx/examples/README.txt
parent05d31bd06816565ec8af26885ecaa26851851e18 (diff)
downloadpx4-nuttx-6fd4a801b4330342cfdee6f44a81d64b41785c74.tar.gz
px4-nuttx-6fd4a801b4330342cfdee6f44a81d64b41785c74.tar.bz2
px4-nuttx-6fd4a801b4330342cfdee6f44a81d64b41785c74.zip
Add font test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1413 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index d4d7017a7..5aef5abf1 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -63,10 +63,18 @@ examples/nx
CONFIG_EXAMPLES_NX_VPLANE -- The plane to select from the frame-
buffer driver for use in the test. Default: 0
- 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_BGCOLOR -- The color of the background. Default depends on
+ CONFIG_EXAMPLES_NX_BPP.
+ CONFIG_EXAMPLES_NX_COLOR1 -- The color of window 1. Default depends on
+ CONFIG_EXAMPLES_NX_BPP.
+ CONFIG_EXAMPLES_NX_COLOR2 -- The color of window 2. Default depends on
+ CONFIG_EXAMPLES_NX_BPP.
+ CONFIG_EXAMPLES_NX_TBCOLOR -- The color of the toolbar. Default depends on
+ CONFIG_EXAMPLES_NX_BPP.
+ CONFIG_EXAMPLES_NX_FONTCOLOR -- The color of the toolbar. Default depends on
+ CONFIG_EXAMPLES_NX_BPP.
+ CONFIG_EXAMPLES_NX_BPP -- Pixels per pixel to use. Valid options
+ include 2, 4, 8, 16, 24, and 32. Default is 32.
CONFIG_EXAMPLES_NX_RAWWINDOWS -- Use raw windows; Default is to
use pretty, framed NXTK windows with toolbars.