From 966c8bbd39d2f687d1483f77aeed01ded6e62035 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 28 Dec 2013 11:33:21 -0600 Subject: [PATCH] Move graphics/nxtk to libnx/nxtk --- Documentation/NXGraphicsSubsystem.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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.