summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-28 16:06:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-28 16:06:56 +0000
commit6a79e47a66fcc0d38cffca54b862a1efa19eb822 (patch)
treed57d866e590029f590543adf137fffaeb234ab84 /apps/examples/README.txt
parent6402e6269bd2f9619b7a7b21bab9a1fedc6f360b (diff)
downloadpx4-nuttx-6a79e47a66fcc0d38cffca54b862a1efa19eb822.tar.gz
px4-nuttx-6a79e47a66fcc0d38cffca54b862a1efa19eb822.tar.bz2
px4-nuttx-6a79e47a66fcc0d38cffca54b862a1efa19eb822.zip
NX console updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4534 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt16
1 files changed, 9 insertions, 7 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index f7b6d74e7..01d4fb0ec 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -627,18 +627,20 @@ examples/nxconsole
buffer driver for use in the test. Default: 0
CONFIG_EXAMPLES_NXCON_DEVNO - The LCD device to select from the LCD
driver for use in the test: Default: 0
- CONFIG_EXAMPLES_NXCON_BGCOLOR -- The color of the background. Default depends on
- CONFIG_EXAMPLES_NXCON_BPP.
- CONFIG_EXAMPLES_NXCON_WCOLOR -- The color of the window. Default depends on
- CONFIG_EXAMPLES_NXCON_BPP.
- CONFIG_EXAMPLES_NXCON_FONTID - Selects the font (see font ID numbers in
+ CONFIG_EXAMPLES_NXCON_BGCOLOR -- The color of the background. Default
+ Default is a darker royal blue.
+ CONFIG_EXAMPLES_NXCON_WCOLOR -- The color of the window. Default is a light
+ slate blue.
+ CONFIG_EXAMPLES_NXCON_FONTID -- Selects the font (see font ID numbers in
include/nuttx/nx/nxfonts.h)
- CONFIG_EXAMPLES_NXCON_FONTCOLOR -- The color of the fonts. Default depends on
- CONFIG_EXAMPLES_NXCON_BPP.
+ CONFIG_EXAMPLES_NXCON_FONTCOLOR -- The color of the fonts. Default is
+ black.
CONFIG_EXAMPLES_NXCON_BPP -- Pixels per pixel to use. Valid options
include 2, 4, 8, 16, 24, and 32. Default is 32.
CONFIG_EXAMPLES_NXCON_TOOLBAR_HEIGHT -- The height of the toolbar.
Default: 16
+ CONFIG_EXAMPLES_NXCON_TBCOLOR -- The color of the toolbar. Default is
+ a medium grey.
CONFIG_EXAMPLES_NXCON_EXTERNINIT - The driver for the graphics device on
this platform requires some unusual initialization. This is the
for, for example, SPI LCD/OLED devices. If this configuration is