diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 2a6e88c9d2..4408de6cf2 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -3358,10 +3358,17 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
General NxConsole settings.
CONFIG_NXCONSOLE
:
NxConsole output text/graphics options:
+CONFIG_NXCONSOLE_BPP
:
NxConsole input options:
+CONFIG_NXCONSOLE_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
+ define the size of the per-window keyboar input buffer. Default: 16
+ CONFIG_NXCONSOLE_NPOLLWAITERS
:
+