summaryrefslogtreecommitdiff
path: root/nuttx/TODO
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/TODO
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/TODO')
-rw-r--r--nuttx/TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 24a9226de..0ac42b5f4 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1297,6 +1297,7 @@ o Other Applications & Tests (apps/examples/)
it stops rendering. This is not a problem for the examples/nx
code because it uses so few fonts, but if the logic were
leveraged for more general purposes, it would be a problem.
+ Update: see examples/nxtext for some improved font cache handling.
Status: Open
Priority: Low. This is not really a problem becauses examples/nx works
fine with its bogus font caching.