diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 4aa754b6c60..74460715449 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -3196,19 +3196,18 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height, The multi-user front-end is selected when CONFIG_NX_MULTIUSER is defined in the NuttX configuration file. -
graphics/nxfonts +
libnx/nxfonts
This is where the NXFONTS implementation resides. This is a relatively low-level set of charset set/glyph management APIs. See include/nuttx/nx/nxfonts.h. -
graphics/nxtk +
libnx/nxtk
This is where the NXTOOLKIT implementation resides. This toolkit is built on top of NX and works with either the single-user or multi-user NX version. 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). +
The NxWidgets code is provided as a separate package located outside of the NuttX source tree (probably at this location).
graphics/nxconsole
The NxConsole driver is built on top of NX and works with either the single-user or multi-user NX version.