summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NXGraphicsSubsystem.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-04 01:56:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-04 01:56:50 +0000
commit3d3a0af8b0d724f46656b6a9cb4a883f374558dc (patch)
treed132461991d0bd55066ab71526f7c5830a32308d /nuttx/Documentation/NXGraphicsSubsystem.html
parent5076c4bb878881610884750c5a8fd43bdf99c471 (diff)
downloadpx4-nuttx-3d3a0af8b0d724f46656b6a9cb4a883f374558dc.tar.gz
px4-nuttx-3d3a0af8b0d724f46656b6a9cb4a883f374558dc.tar.bz2
px4-nuttx-3d3a0af8b0d724f46656b6a9cb4a883f374558dc.zip
P14201 driver now uses new SPI cmddata method
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3158 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NXGraphicsSubsystem.html')
-rw-r--r--nuttx/Documentation/NXGraphicsSubsystem.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/Documentation/NXGraphicsSubsystem.html b/nuttx/Documentation/NXGraphicsSubsystem.html
index c128c220a..ac67c9614 100644
--- a/nuttx/Documentation/NXGraphicsSubsystem.html
+++ b/nuttx/Documentation/NXGraphicsSubsystem.html
@@ -265,7 +265,7 @@
</li>
<li>
Any LCD-like device than can accept raster line <i>runs</i> through a parallel or serial interface
- (see <code>include/nuttx/lcd.h</code>).
+ (see <code>include/nuttx/lcd/lcd.h</code>).
By default, NX is configured to use the frame buffer driver unless <code>CONFIG_NX_LCDDRIVER</code> is defined =y in your NuttX configuration file.
</li>
</ul>
@@ -2616,7 +2616,7 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
to know if the pixels pack from the MS to LS or from LS to MS
<dt><code>CONFIG_NX_LCDDRIVER</code>:
<dd>By default, NX builds to use a framebuffer driver (see <code>include/nuttx/fb.h</code>).
- If this option is defined, NX will build to use an LCD driver (see <code>include/nuttx/lcd.h</code>).
+ If this option is defined, NX will build to use an LCD driver (see <code>include/nuttx/lcd/lcd.h</code>).
</li>
</dl>
</ul>