diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index af7392f5de1..8fd35408ccc 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -3375,7 +3375,7 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
General NxConsole settings.
CONFIG_NXCONSOLE:
+ CONFIG_NXTERM:
NxConsole output text/graphics options:
CONFIG_NXCONSOLE_BPP:
+ CONFIG_NXTERM_BPP:
CONFIG_NX_DISABLE_*BPP)
- CONFIG_NXCONSOLE_CURSORCHAR:
+ CONFIG_NXTERM_CURSORCHAR:
CONFIG_NXCONSOLE_MXCHARS:
+ CONFIG_NXTERM_MXCHARS:
CONFIG_NXCONSOLE_CACHESIZE:
+ CONFIG_NXTERM_CACHESIZE:
CONFIG_NXCONSOLE_CACHESIZE setting will control the size of the font cache (in number of glyphs).
+ The CONFIG_NXTERM_CACHESIZE setting will control the size of the font cache (in number of glyphs).
Only that number of the most recently used glyphs will be retained.
Default: 16.
NOTE: There can still be a race condition between the NxConsole driver and the NX task. If you every see character corruption (especially when printing - a lot of data or scrolling), then increasing the value of-CONFIG_NXCONSOLE_CACHESIZE+ a lot of data or scrolling), then increasing the value ofCONFIG_NXTERM_CACHESIZEis something that you should try. Alternatively, you can reduce the size ofCONFIG_MQ_MAXMSGSIZEwhich will force NxConsole task to pace the server task. -CONFIG_NXCONSOLE_CACHESIZEshould be larger thanCONFIG_MQ_MAXMSGSIZEin any event. +CONFIG_NXTERM_CACHESIZEshould be larger thanCONFIG_MQ_MAXMSGSIZEin any event.
CONFIG_NXCONSOLE_LINESEPARATION:
+ CONFIG_NXTERM_LINESEPARATION:
CONFIG_NXCONSOLE_NOWRAP:
+ CONFIG_NXTERM_NOWRAP:
NxConsole input options:
CONFIG_NXCONSOLE_NXKBDIN:
+ CONFIG_NXTERM_NXKBDIN:
/dev/console).
If this option is set, then the interfacenxcon_kdbin() is enabled.
That interface may be driven by window callback functions so that keyboard input only goes to the top window.
CONFIG__NXCONSOLE_KBDBUFSIZE:
- CONFIG_NXCONSOLE_NXKBDIN is enabled, then this value may be used to
+ CONFIG_NXTERM_NXKBDIN is enabled, then this value may be used to
define the size of the per-window keyboard input buffer. Default: 16
- CONFIG_NXCONSOLE_NPOLLWAITERS:
+ CONFIG_NXTERM_NPOLLWAITERS: