diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 38baf54ee1..0eb18e54ea 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -3360,6 +3360,8 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
Currently, NxConsole supports only a single pixel depth. This configuration setting must be provided to support that single pixel depth. Default: The smallest enabled pixel depth. (see CONFIG_NX_DISABLE_*BPP) +
CONFIG_NXCONSOLE_CURSORCHAR: +
The bitmap code to use as the cursor. Default '_'
CONFIG_NXCONSOLE_NOGETRUN:
NxConsole needs to know if it can read from the LCD or not. If reading from the LCD is supported, then NxConsole can do more efficient scrolling.