From df467938802fa0a2c8652a748e6ec95e50509034 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 25 Jul 2011 22:21:38 +0000 Subject: [PATCH] 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 --- Documentation/NXGraphicsSubsystem.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 1c3305be57..56da66b9b9 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -2894,6 +2894,7 @@ endif

  • + graphics/nxfonts/nxfonts_getfont.c. 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 NXHANDLE nxf_getfonthandle(enum nx_fontid_e fontid). Note that the lookup is based on the font ID that was defined in step 4.