diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 7da1c86f77d..4aa754b6c60 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -12,7 +12,7 @@

NX Graphics Subsystem

-

Last Updated: May 7, 2012

+

Last Updated: December 28, 2013

@@ -3144,9 +3144,20 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height, +

+ The graphics capability consist both of components internal to the RTOS and of user-callable interfaces. + In the NuttX kernel mode build there are some components of the graphics subsystem are callable in user mode and other components that are internal to the RTOS. + The directory nuttx/graphics contains only those components that are internal to the RTOS. + + User callable functions must be part of a library that can be linked against user applications. + This user callable interfaces are provided in sub-directories under nuttx/libnx. +