diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index ecace15d0c5..38baf54ee17 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -3368,13 +3368,25 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
CONFIG_NXCONSOLE_FONTCACHE:
- CONFIG_NXCONSOLE_CACHESIZE.
- Default: No font caching.
CONFIG_NXCONSOLE_CACHESIZE:
- CONFIG_NXCONSOLE_FONTCACHE, then this setting will control the size of the font cache (in number of glyphs). Default: 16.
+ CONFIG_NXCONSOLE_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 ofCONFIG_NXCONSOLE_CACHESIZE+ is 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_NXCONSOLE_LINESEPARATION:
CONFIG_NXCONSOLE_NOWRAP: