diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index ef6332af81..b950d6e2ff 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -12,7 +12,7 @@

NX Graphics Subsystem

-

Last Updated: June 29, 2015

+

Last Updated: July 14, 2015

@@ -3287,6 +3287,11 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
CONFIG_NX_LCDDRIVER:
By default, NX builds to use a framebuffer driver (see include/nuttx/video/fb.h). If this option is defined, NX will build to use an LCD driver (see include/nuttx/lcd/lcd.h). +
CONFIG_NX_ANTIALIASING: +
Enable support for ant-aliasing when rendering lines as various + orientations. + This option is only available for use with frame buffer drivers and + only with 16-, 24-, or 32-bit RGB color formats.