summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-29 13:21:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-29 13:21:30 +0000
commitb921060d2733864ee118e88c24d7ae4f792f0901 (patch)
tree975d410211508cd23ba8e91ffa3b21b0355df328 /nuttx/Documentation/NuttxPortingGuide.html
parent8617a446eb7c2445cdbdaf23ec20aee16d6c8add (diff)
downloadpx4-nuttx-b921060d2733864ee118e88c24d7ae4f792f0901.tar.gz
px4-nuttx-b921060d2733864ee118e88c24d7ae4f792f0901.tar.bz2
px4-nuttx-b921060d2733864ee118e88c24d7ae4f792f0901.zip
Add one more font; Fix ez80 serial bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3825 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html35
1 files changed, 20 insertions, 15 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index d4581212d..5ca42e14d 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -4476,14 +4476,14 @@ build
only 7 and 8. The default is 7.
</li>
<li>
- <code>CONFIG_NXFONT_SANS22X29</code>:
- This option enables support for a small, 22x29 san serif font
- (font <code>ID FONTID_SANS22X29</code> == 1).
- </li>
- <li>
<code>CONFIG_NXFONT_SANS23X27</code>:
This option enables support for a tiny, 23x27 san serif font
- (font <code>ID FONTID_SANS23X27</code> == 2).
+ (font <code>ID FONTID_SANS23X27</code> == 1).
+ </li>
+ <li>
+ <code>CONFIG_NXFONT_SANS22X29</code>:
+ This option enables support for a small, 22x29 san serif font
+ (font <code>ID FONTID_SANS22X29</code> == 2).
</li>
<li>
<code>CONFIG_NXFONT_SANS28X37</code>:
@@ -4491,49 +4491,54 @@ build
(font <code>ID FONTID_SANS28X37</code> == 3).
</li>
<li>
+ <code>CONFIG_NXFONT_SANS39X48</code>:
+ This option enables support for a large, 39x48 san serif font
+ (font <code>ID FONTID_SANS39X48</code> == 4).
+ </li>
+ <li>
<code>CONFIG_NXFONT_SANS22X29B</code>:
This option enables support for a small, 22x29 san serif bold font
- (font ID <code>FONTID_SANS22X29B</code> == 4).
+ (font ID <code>FONTID_SANS22X29B</code> == 5).
</li>
<li>
<code>CONFIG_NXFONT_SANS28X37B</code>:
This option enables support for a medium, 28x37 san serif bold font
- (font ID <code>FONTID_SANS28X37B</code> == 5).
+ (font ID <code>FONTID_SANS28X37B</code> == 6).
</li>
<li>
<code>CONFIG_NXFONT_SANS40X49B</code>:
This option enables support for a large, 40x49 san serif bold font
- (font ID <code>FONTID_SANS40X49B</code> == 6).
+ (font ID <code>FONTID_SANS40X49B</code> == 7).
</li>
<li>
<code>CONFIG_NXFONT_SERIF22X29</code>:
This option enables support for a small, 22x29 font (with serifs)
- (font ID <code>FONTID_SERIF22X29</code> == 7).
+ (font ID <code>FONTID_SERIF22X29</code> == 8).
</li>
<li>
<code>CONFIG_NXFONT_SERIF29X37</code>:
This option enables support for a medium, 29x37 font (with serifs)
- (font ID <code>FONTID_SERIF29X37</code> == 8).
+ (font ID <code>FONTID_SERIF29X37</code> == 9).
</li>
<li>
<code>CONFIG_NXFONT_SERIF38X48</code>:
This option enables support for a large, 38x48 font (with serifs)
- (font ID <code>FONTID_SERIF38X48</code> == 9).
+ (font ID <code>FONTID_SERIF38X48</code> == 10).
</li>
<li>
<code>CONFIG_NXFONT_SERIF22X28B</code>:
This option enables support for a small, 27x38 bold font (with serifs)
- (font ID <code>FONTID_SERIF22X28B</code> == 10).
+ (font ID <code>FONTID_SERIF22X28B</code> == 11).
</li>
<li>
<code>CONFIG_NXFONT_SERIF27X38B</code>:
This option enables support for a medium, 27x38 bold font (with serifs)
- (font ID <code>FONTID_SERIF27X38B</code> == 11).
+ (font ID <code>FONTID_SERIF27X38B</code> == 12).
</li>
<li>
<code>CONFIG_NXFONT_SERIF38X49B</code>:
This option enables support for a large, 38x49 bold font (with serifs)
- (font ID <code>FONTID_SERIF38X49B</code> == 12).
+ (font ID <code>FONTID_SERIF38X49B</code> == 13).
</li>
</ul>