diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 9276bfb6d71..a9723453ded 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -397,8 +397,8 @@

NxWidgets is a higher level, C++, object-oriented library for object-oriented access to graphical "widgets." - NxWidgets is provided as a separate package. - NxWidgets is built on top of the core NuttX graphics subsystem, but is not a part of the core graphics subystems. + NxWidgets is provided as a separate library in the apps/ repository + NxWidgets is built on top of the core NuttX graphics subsystem, but is part of the application space rather than part of the core OS graphics subystems.

1.3.6 NX Terminal Driver (NxTerm)

@@ -3216,8 +3216,8 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height, This toolkit is built on top of NX and works with the multi-user NX front-end. See include/nuttx/nx/nxtk.h. -
nuttx/../nxwidgets -
The NxWidgets code is provided as a separate package located outside of the NuttX source tree (probably at this location). +
apps/graphics/NxWidgets +
The NxWidgets code is provided as a separate package provided in the apps/ repository.
graphics/nxterm
The NxTerm driver is built on top of NX and works with the multi-user NX front-end. diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 941b7b4a5e6..9c6e78db710 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1468,13 +1468,6 @@ The ChangeLog for the current release is at the bottom of that file.

-
  • NxWidgets. -
  • pascal.

    @@ -475,15 +480,6 @@ apps/