diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 74460715449..7d9c2d64e9c 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -3170,7 +3170,7 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height, It contains most of the important window management logic: clipping, window controls, window drawing, etc. -
graphics/nxsu +
graphics/nxsu1
This is the NX single user front end. When combined with the generic back-end (nxbe), it implements a single threaded, single user windowing system. @@ -3179,11 +3179,6 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height, The single user front-end is selected when CONFIG_NX_MULTIUSER is not defined in the NuttX configuration file. -
- NOTE: There is no nxsu sub-directory in nuttx/libnx. - That is because this separation of interfaces is only required in the kernel build mode and only the multi-user interfaces can be used with the kernel build. -
-
graphics/nxmu and libnx/nxmu
This is the NX multi user front end. When combined with the generic back-end (nxbe), it implements a @@ -3213,6 +3208,10 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
The NxConsole driver is built on top of NX and works with either the single-user or multi-user NX version. See include/nuttx/nx/nxconsole.h. +

+ 1There is no nxsu sub-directory in nuttx/libnx. + That is because this separation of interfaces is only required in the kernel build mode and only the multi-user interfaces can be used with the kernel build. +