diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 8fd35408ccc..99b7134283f 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -45,7 +45,7 @@ 1.3.3 NX Tool Kit (NXTK)
1.3.4 NX Fonts Support (NXFONTS)
1.3.5 NX Widgets (NxWidgets)
- 1.3.6 NX Console Driver (NxConsole) + 1.3.6 NX Terminal Driver (NxTerm)

@@ -191,7 +191,7 @@ B.4 NX Multi-User (Only) Configuration Settings
B.5 NXTK Configuration Settings
B.6 NXFONTS Configuration Settings
- B.7 NxConsole Configuration Settings + B.7 NxTerm Configuration Settings

@@ -403,12 +403,12 @@ NxWidgets is built on top of the core NuttX graphics subsystem, but is not a part of the core graphics subystems.

-

1.3.6 NX Console Driver (NxConsole)

+

1.3.6 NX Terminal Driver (NxTerm)

- NxConsole is a write-only character device (not shown) that is built on top of an NX window. + NxTerm is a write-only character device (not shown) that is built on top of an NX window. This character device can be used to provide stdout and stderr and, hence, can provide the output side of NuttX console. - NxConsole is only available when the multi-user NX implementation is selected (CONFIG_NX_MULTIUSER). + NxTerm is only available when the multi-user NX implementation is selected (CONFIG_NX_MULTIUSER).

@@ -3204,9 +3204,9 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
nuttx/../nxwidgets
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. - See include/nuttx/nx/nxconsole.h. +
graphics/nxterm +
The NxTerm driver is built on top of NX and works with either the single-user or multi-user NX version. + See include/nuttx/nx/nxterm.h.

1There is no nxsu sub-directory in nuttx/libnx. @@ -3370,32 +3370,32 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height, -

B.7 NxConsole Configuration Settings

+

B.7 NxTerm Configuration Settings

-

General NxConsole settings.

+

General NxTerm settings.

-

NxConsole output text/graphics options:

+

NxTerm output text/graphics options:

-

NxConsole input options:

+

NxTerm input options: