summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-20 02:20:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-20 02:20:42 +0000
commit6ea53310e8e8a3368169142116491f45a0195dc2 (patch)
treeecc38e6b3d6bcf63e820c9c5505e4c0df19ad26d /nuttx/Documentation/NuttxPortingGuide.html
parent1a492f277ccd2a0a0fc8b6d35cb1083fca37a502 (diff)
downloadpx4-nuttx-6ea53310e8e8a3368169142116491f45a0195dc2.tar.gz
px4-nuttx-6ea53310e8e8a3368169142116491f45a0195dc2.tar.bz2
px4-nuttx-6ea53310e8e8a3368169142116491f45a0195dc2.zip
sam3u LCD driver is code complete (but untested)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2619 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index b2359dd9e..fa7646e17 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: April 16, 2010</p>
+ <p>Last Updated: April 19, 2010</p>
</td>
</tr>
</table>
@@ -2856,6 +2856,14 @@ extern void up_ledoff(int led);
If this option is defined, NX will build to use an LCD driver (see <code>include/nuttx/lcd.h</code>).
</li>
<li>
+ <code>CONFIG_LCD_MAXPOWER/code>:
+ The full-on power setting for an LCD device.
+ </li>
+ <li>
+ <code>CONFIG_LCD_MAXCONTRAST/code>:
+ The maximum contrast value for an LCD device.
+ </li>
+ <li>
<code>CONFIG_NX_MOUSE</code>:
Build in support for mouse input.
</li>