diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index b2359dd9e71..fa7646e171a 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: April 16, 2010

+

Last Updated: April 19, 2010

@@ -2855,6 +2855,14 @@ extern void up_ledoff(int led); By default, NX builds to use a framebuffer driver (see include/nuttx/fb.h). If this option is defined, NX will build to use an LCD driver (see include/nuttx/lcd.h). +
  • + CONFIG_LCD_MAXPOWER/code>: + The full-on power setting for an LCD device. +
  • +
  • + CONFIG_LCD_MAXCONTRAST/code>: + The maximum contrast value for an LCD device. +
  • CONFIG_NX_MOUSE: Build in support for mouse input.