From fb7845d7e3e1bae2b3f75770ab7acc4c580b069f Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 20 Apr 2010 02:20:42 +0000 Subject: [PATCH] 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 --- Documentation/NuttxPortingGuide.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.