mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 17:33:18 +00:00
Redesign of NXTEXT font cache
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3761 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
81776992c9
commit
9d30ac763a
1 changed files with 3 additions and 3 deletions
|
|
@ -967,8 +967,8 @@ CONFIG_EXAMPLES_NX_EXTERNINIT=n
|
|||
# for, for example, SPI LCD/OLED devices.
|
||||
# CONFIG_EXAMPLES_NXTEXT_BMCACHE - The maximum number of characters that
|
||||
# can be put in the background window. Default is 128.
|
||||
# CONFIG_EXAMPLES_NXTEXT_GLCACHE - The maximum nuber of pre-rendered
|
||||
# fonts that can be retained for the background window.
|
||||
# CONFIG_EXAMPLES_NXTEXT_GLCACHE - The maximum number of pre-rendered
|
||||
# fonts that can be retained for the background window. Default is 16.
|
||||
# CONFIG_EXAMPLES_NXTEXT_STACKSIZE -- The stacksize to use when creating
|
||||
# the NX server. Default 2048
|
||||
# CONFIG_EXAMPLES_NXTEXT_CLIENTPRIO -- The client priority. Default: 100
|
||||
|
|
@ -987,7 +987,7 @@ CONFIG_EXAMPLES_NXTEXT_PUFONTCOLOR=0x001f
|
|||
CONFIG_EXAMPLES_NXTEXT_BPP=16
|
||||
CONFIG_EXAMPLES_NXTEXT_EXTERNINIT=n
|
||||
CONFIG_EXAMPLES_NXTEXT_BMCACHE=512
|
||||
CONFIG_EXAMPLES_NXTEXT_GLCACHE=128
|
||||
CONFIG_EXAMPLES_NXTEXT_GLCACHE=16
|
||||
CONFIG_EXAMPLES_NXTEXT_STACKSIZE=2048
|
||||
CONFIG_EXAMPLES_NXTEXT_CLIENTPRIO=80
|
||||
CONFIG_EXAMPLES_NXTEXT_SERVERPRIO=120
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue