diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 857fcd1a47..2a6e88c9d2 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -12,7 +12,7 @@
Last Updated: May 4, 2012
+Last Updated: May 7, 2012
@@ -3249,6 +3249,10 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,CONFIG_NX_KBD
:
CONFIG_NX_WRITEONLY
:
+ CONFIG_NX_LCDDRIVER
and CONFIG_LCD_NOGETRUN
+ are defined.
@@ -3364,10 +3368,6 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
Default: The smallest enabled pixel depth. (see CONFIG_NX_DISABLE_*BPP
)
CONFIG_NXCONSOLE_CURSORCHAR
:
CONFIG_NXCONSOLE_NOGETRUN
:
- CONFIG_NXCONSOLE_MXCHARS
:
CONFIG_NX_WRITEONLY
:
+ Define if the underlying graphics device does not support read operations.
+ Automatically defined if CONFIG_NX_LCDDRIVER
and CONFIG_LCD_NOGETRUN
+ are defined.
+ CONFIG_NX_DISABLE_1BPP
, CONFIG_NX_DISABLE_2BPP
,
CONFIG_NX_DISABLE_4BPP
, CONFIG_NX_DISABLE_8BPP
@@ -5405,6 +5411,12 @@ build
Check the README.txt
file in each board configuration directory to
see if any of these are supported by the board LCD logic.
CONFIG_LCD_NOGETRUN
:
+ NX components need 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.
+ Default: Supported
+ CONFIG_NX_MOUSE
:
Build in support for mouse input.