summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NXGraphicsSubsystem.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-25 22:21:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-25 22:21:38 +0000
commit1e931fd487f9661633ec8d5f952bbaa65d48b876 (patch)
treea85830897a5fc26e1672cc9f5a527cd649498a85 /nuttx/Documentation/NXGraphicsSubsystem.html
parent73624b6e68013b718cee96dc8d3c628cb84431ba (diff)
downloadpx4-nuttx-1e931fd487f9661633ec8d5f952bbaa65d48b876.tar.gz
px4-nuttx-1e931fd487f9661633ec8d5f952bbaa65d48b876.tar.bz2
px4-nuttx-1e931fd487f9661633ec8d5f952bbaa65d48b876.zip
Add memory usage monitor to USB storage example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3817 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NXGraphicsSubsystem.html')
-rw-r--r--nuttx/Documentation/NXGraphicsSubsystem.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/Documentation/NXGraphicsSubsystem.html b/nuttx/Documentation/NXGraphicsSubsystem.html
index 1c3305be5..56da66b9b 100644
--- a/nuttx/Documentation/NXGraphicsSubsystem.html
+++ b/nuttx/Documentation/NXGraphicsSubsystem.html
@@ -2894,6 +2894,7 @@ endif
</p>
<li>
<p>
+ <b><code>graphics/nxfonts/nxfonts_getfont.c</code></b>.
Finally, we need to extend the logic that does the run-time font lookups so that can find our new font.
The lookup function is <a href="#nxfgetfonthandle"><code>NXHANDLE nxf_getfonthandle(enum nx_fontid_e fontid)</code></a>.
Note that the lookup is based on the font ID that was defined in step 4.