summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/stm3210e-eval/nx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-07-29 13:21:30 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-07-29 13:21:30 +0000
commit16c2c86ee94a141d8c865507889d1ed8e0877e20 (patch)
tree975d410211508cd23ba8e91ffa3b21b0355df328 /nuttx/configs/stm3210e-eval/nx
parent85da74d2ee193488cf1f6ae3970dcabd1821458d (diff)
Add one more font; Fix ez80 serial bug
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3825 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/stm3210e-eval/nx')
-rw-r--r--nuttx/configs/stm3210e-eval/nx/defconfig29
1 files changed, 16 insertions, 13 deletions
diff --git a/nuttx/configs/stm3210e-eval/nx/defconfig b/nuttx/configs/stm3210e-eval/nx/defconfig
index 0421bfc8f4..2a6c2846d5 100644
--- a/nuttx/configs/stm3210e-eval/nx/defconfig
+++ b/nuttx/configs/stm3210e-eval/nx/defconfig
@@ -767,42 +767,45 @@ CONFIG_USBSTRG_REMOVABLE=y
# CONFIG_NXFONTS_CHARBITS
# The number of bits in the character set. Current options are
# only 7 and 8. The default is 7.
-# CONFIG_NXFONT_SANS22X29
-# This option enables support for a small, 22x29 san serif font
-# (font ID FONTID_SANS22X29 == 1).
# CONFIG_NXFONT_SANS23X27
# This option enables support for a tiny, 23x27 san serif font
-# (font ID FONTID_SANS23X27 == 2).
+# (font ID FONTID_SANS23X27 == 1).
+# CONFIG_NXFONT_SANS22X29
+# This option enables support for a small, 22x29 san serif font
+# (font ID FONTID_SANS22X29 == 2).
# CONFIG_NXFONT_SANS28X37
# This option enables support for a medium, 28x37 san serif font
# (font ID FONTID_SANS28X37 == 3).
+# CONFIG_NXFONT_SANS39X48
+# This option enables support for a large, 39x48 san serif font
+# (font ID FONTID_SANS39X48 == 4).
# CONFIG_NXFONT_SANS22X29B
# This option enables support for a small, 22x29 san serif bold font
-# (font ID FONTID_SANS22X29B == 4).
+# (font ID FONTID_SANS22X29B == 5).
# CONFIG_NXFONT_SANS28X37B
# This option enables support for a medium, 28x37 san serif bold font
-# (font ID FONTID_SANS28X37B == 5).
+# (font ID FONTID_SANS28X37B == 6).
# CONFIG_NXFONT_SANS40X49B
# This option enables support for a large, 40x49 san serif bold font
-# (font ID FONTID_SANS40X49B == 6).
+# (font ID FONTID_SANS40X49B == 7).
# CONFIG_NXFONT_SERIF22X29
# This option enables support for a small, 22x29 font (with serifs)
-# (font ID FONTID_SERIF22X29 == 7).
+# (font ID FONTID_SERIF22X29 == 8).
# CONFIG_NXFONT_SERIF29X37
# This option enables support for a medium, 29x37 font (with serifs)
-# (font ID FONTID_SERIF29X37 == 8).
+# (font ID FONTID_SERIF29X37 == 9).
# CONFIG_NXFONT_SERIF38X48
# This option enables support for a large, 38x48 font (with serifs)
-# (font ID FONTID_SERIF38X48 == 9).
+# (font ID FONTID_SERIF38X48 == 10).
# CONFIG_NXFONT_SERIF22X28B
# This option enables support for a small, 27x38 bold font (with serifs)
-# (font ID FONTID_SERIF22X28B == 10).
+# (font ID FONTID_SERIF22X28B == 11).
# CONFIG_NXFONT_SERIF27X38B
# This option enables support for a medium, 27x38 bold font (with serifs)
-# (font ID FONTID_SERIF27X38B == 11).
+# (font ID FONTID_SERIF27X38B == 12).
# CONFIG_NXFONT_SERIF38X49B
# This option enables support for a large, 38x49 bold font (with serifs)
-# (font ID FONTID_SERIF38X49B == 12).
+# (font ID FONTID_SERIF38X49B == 13).
#
# NX Multi-user only options:
#