diff --git a/ChangeLog b/ChangeLog index 605c9f76755..396f3ae88b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1942,4 +1942,6 @@ * tools/bdf-converter.c. This C file is used to build the bdf-converter program. The bdf-converter program be used to convert fonts in Bitmap Distribution Format (BDF) into fonts that can be used in the NX graphics - system. \ No newline at end of file + system. + * include/nuttx/nx: Move all NX header files from include/nuttx to + include/nuttx/nx. \ No newline at end of file diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 99ffda846fa..1c3305be574 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -12,7 +12,7 @@

NX Graphics Subsystem

-

Last Updated: July 23, 2011

+

Last Updated: July 24, 2011

@@ -332,7 +332,7 @@ graphics memory). NX includes both a small-footprint, single user implementaton (NXSU) and a somewhat larger multi-user implentation (NXMU as described below). - Both conform to the same APIs as defined in include/nuttx/nx.h and, hence, + Both conform to the same APIs as defined in include/nuttx/nx/nx.h and, hence, are interchangable1. NX can be used without NXWIDGETS and without NXTOOLKIT for raw window displays.

@@ -404,15 +404,15 @@

2.1 NX Header Files

@@ -422,7 +422,7 @@ NXGL provides many APIs, some available for use internally by NX and others for use by applications as well. Only those APIs intended for application usage are documented here - See include/nuttx/nxglib.h for the full set of APIs; + See include/nuttx/nx/nxglib.h for the full set of APIs; those APIs might be of interest if you are rendering directly into framebuffer or LCD memory.

@@ -512,7 +512,7 @@ struct nxgl_trapezoid_s

2.2.1 nxgl_rgb2yuv()

Function Prototype:

@@ -523,7 +523,7 @@ void nxgl_rgb2yuv(uint8_t r, uint8_t g, uint8_t b, uint8_t *y, uint8_t *u, uint8

2.2.2 nxgl_yuv2rgb()

Function Prototype:

@@ -534,7 +534,7 @@ void nxgl_yuv2rgb(uint8_t y, uint8_t u, uint8_t v, uint8_t *r, uint8_t *g, uint8

2.2.3 nxgl_rectcopy()

Function Prototype:

@@ -547,7 +547,7 @@ void nxgl_rectcopy(FAR struct nxgl_rect_s *dest,

2.2.4 nxgl_rectoffset()

Function Prototype: