summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
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>