summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/nxtext
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-09 16:01:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-09 16:01:00 +0000
commitf1dba849965d4b5f35fa963ed0efe0a4b0bcb2e9 (patch)
treeb837f88fe3f19fcf53b7d464d03f3700a0039bbc /nuttx/configs/stm3210e-eval/nxtext
parent9098b66d35067e38533c23f429386816f42943de (diff)
downloadpx4-nuttx-f1dba849965d4b5f35fa963ed0efe0a4b0bcb2e9.tar.gz
px4-nuttx-f1dba849965d4b5f35fa963ed0efe0a4b0bcb2e9.tar.bz2
px4-nuttx-f1dba849965d4b5f35fa963ed0efe0a4b0bcb2e9.zip
Redesign of NXTEXT font cache
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3761 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/nxtext')
-rw-r--r--nuttx/configs/stm3210e-eval/nxtext/defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/stm3210e-eval/nxtext/defconfig b/nuttx/configs/stm3210e-eval/nxtext/defconfig
index d9e0a6371..c82856953 100644
--- a/nuttx/configs/stm3210e-eval/nxtext/defconfig
+++ b/nuttx/configs/stm3210e-eval/nxtext/defconfig
@@ -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