summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NXGraphicsSubsystem.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-31 16:26:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-31 16:26:32 +0000
commit383bcc132afd8bac784c76af40002cfa38029581 (patch)
tree5c550181d08f76408da5d71e784b9cdfa8c1c8ae /nuttx/Documentation/NXGraphicsSubsystem.html
parent421258dad4dee7bc7fadd7619749b1bda370c773 (diff)
downloadpx4-nuttx-383bcc132afd8bac784c76af40002cfa38029581.tar.gz
px4-nuttx-383bcc132afd8bac784c76af40002cfa38029581.tar.bz2
px4-nuttx-383bcc132afd8bac784c76af40002cfa38029581.zip
Add support for backspace and a cursor to NxConsole
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4546 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NXGraphicsSubsystem.html')
-rw-r--r--nuttx/Documentation/NXGraphicsSubsystem.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/Documentation/NXGraphicsSubsystem.html b/nuttx/Documentation/NXGraphicsSubsystem.html
index 38baf54ee..0eb18e54e 100644
--- a/nuttx/Documentation/NXGraphicsSubsystem.html
+++ b/nuttx/Documentation/NXGraphicsSubsystem.html
@@ -3360,6 +3360,8 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
<dd>Currently, NxConsole supports only a single pixel depth.
This configuration setting must be provided to support that single pixel depth.
Default: The smallest enabled pixel depth. (see <code>CONFIG_NX_DISABLE_*BPP</code>)
+ <dt><code>CONFIG_NXCONSOLE_CURSORCHAR</code>:
+ <dd>The bitmap code to use as the cursor. Default '_'
<dt><code>CONFIG_NXCONSOLE_NOGETRUN</code>:
<dd>NxConsole needs to know if it can read from the LCD or not.
If reading from the LCD is supported, then NxConsole can do more efficient scrolling.