diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 22aa5f96253..a712bfa6ea5 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -12,7 +12,7 @@

NX Graphics Subsystem

-

Last Updated: December 16, 2008

+

Last Updated: April 16, 2010

@@ -2606,6 +2606,10 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
CONFIG_NX_PACKEDMSFIRST:
If a pixel depth of less than 8-bits is used, then NX needs to know if the pixels pack from the MS to LS or from LS to MS +
CONFIG_NX_LCDDRIVER: +
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). + diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 8dd0eaa498d..53171e5b375 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: April 11, 2010

+

Last Updated: April 14, 2010

@@ -1689,28 +1689,9 @@ buildroot-1.8 2009-12-21 <spudmonkey@racsa.co.cr>