summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-17 01:53:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-17 01:53:49 +0000
commit16ae1294c4dfb7465564eb5fa97fdeda1f3fcb21 (patch)
treed16abc48c2f517e34f77152f63bed6da79678fba /nuttx/Documentation/NuttxPortingGuide.html
parent3696bf9a4590f113b47e69335f00a83df8e2b8d4 (diff)
downloadpx4-nuttx-16ae1294c4dfb7465564eb5fa97fdeda1f3fcb21.tar.gz
px4-nuttx-16ae1294c4dfb7465564eb5fa97fdeda1f3fcb21.tar.bz2
px4-nuttx-16ae1294c4dfb7465564eb5fa97fdeda1f3fcb21.zip
Add configuration to select LCD driver for NX
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2596 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 0d00497b9..b2359dd9e 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -12,7 +12,7 @@
<h1><big><font color="#3c34ec">
<i>NuttX RTOS Porting Guide</i>
</font></big></h1>
- <p>Last Updated: December 16, 2009</p>
+ <p>Last Updated: April 16, 2010</p>
</td>
</tr>
</table>
@@ -2851,6 +2851,11 @@ extern void up_ledoff(int led);
to know if the pixels pack from the MS to LS or from LS to MS
</li>
<li>
+ <code>CONFIG_NX_LCDDRIVER</code>:
+ 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>).
+ </li>
+ <li>
<code>CONFIG_NX_MOUSE</code>:
Build in support for mouse input.
</li>