summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/nsh2
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-29 05:28:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-29 05:28:06 +0000
commit8617a446eb7c2445cdbdaf23ec20aee16d6c8add (patch)
tree60d71760da1799394b4599482727b4f399cdde13 /nuttx/configs/stm3210e-eval/nsh2
parent10c58851c2e5ef8ec1e0b59c2fdf549dd3478f0c (diff)
downloadpx4-nuttx-8617a446eb7c2445cdbdaf23ec20aee16d6c8add.tar.gz
px4-nuttx-8617a446eb7c2445cdbdaf23ec20aee16d6c8add.tar.bz2
px4-nuttx-8617a446eb7c2445cdbdaf23ec20aee16d6c8add.zip
Add more fonts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3824 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/nsh2')
-rw-r--r--nuttx/configs/stm3210e-eval/nsh2/defconfig48
1 files changed, 38 insertions, 10 deletions
diff --git a/nuttx/configs/stm3210e-eval/nsh2/defconfig b/nuttx/configs/stm3210e-eval/nsh2/defconfig
index ae66ef7cc..766024700 100644
--- a/nuttx/configs/stm3210e-eval/nsh2/defconfig
+++ b/nuttx/configs/stm3210e-eval/nsh2/defconfig
@@ -780,21 +780,42 @@ 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 small, 23x27 san serif font
-# (font ID FONTID_SANS23X27 == 1)
+# This option enables support for a tiny, 23x27 san serif font
+# (font ID FONTID_SANS23X27 == 2).
+# CONFIG_NXFONT_SANS28X37
+# This option enables support for a medium, 28x37 san serif font
+# (font ID FONTID_SANS28X37 == 3).
+# CONFIG_NXFONT_SANS22X29B
+# This option enables support for a small, 22x29 san serif bold font
+# (font ID FONTID_SANS22X29B == 4).
# CONFIG_NXFONT_SANS28X37B
# This option enables support for a medium, 28x37 san serif bold font
-# (font ID FONTID_SANS28X37B == 2)
+# (font ID FONTID_SANS28X37B == 5).
# CONFIG_NXFONT_SANS40X49B
# This option enables support for a large, 40x49 san serif bold font
-# (font ID FONTID_SANS40X49B == 3)
-# CONFIG_NXFONT_SERIF27X38B
-# This option enables support for a medium, 27x38 bold font (with serifs)
-# (font ID FONTID_SERIF27X38B == 4)
+# (font ID FONTID_SANS40X49B == 6).
+# CONFIG_NXFONT_SERIF22X29
+# This option enables support for a small, 22x29 font (with serifs)
+# (font ID FONTID_SERIF22X29 == 7).
# CONFIG_NXFONT_SERIF29X37
# This option enables support for a medium, 29x37 font (with serifs)
-# (font ID FONTID_SERIF29X37 == 5)
+# (font ID FONTID_SERIF29X37 == 8).
+# CONFIG_NXFONT_SERIF38X48
+# This option enables support for a large, 38x48 font (with serifs)
+# (font ID FONTID_SERIF38X48 == 9).
+# CONFIG_NXFONT_SERIF22X28B
+# This option enables support for a small, 27x38 bold font (with serifs)
+# (font ID FONTID_SERIF22X28B == 10).
+# CONFIG_NXFONT_SERIF27X38B
+# This option enables support for a medium, 27x38 bold font (with serifs)
+# (font ID FONTID_SERIF27X38B == 11).
+# CONFIG_NXFONT_SERIF38X49B
+# This option enables support for a large, 38x49 bold font (with serifs)
+# (font ID FONTID_SERIF38X49B == 12).
#
# NX Multi-user only options:
#
@@ -828,11 +849,18 @@ CONFIG_NX_KBD=y
CONFIG_NXTK_BORDERCOLOR1=0xd69a
CONFIG_NXTK_BORDERCOLOR2=0xad55
CONFIG_NXTK_AUTORAISE=n
+CONFIG_NXFONT_SANS22X29=n
CONFIG_NXFONT_SANS23X27=y
+CONFIG_NXFONT_SANS28X37=n
+CONFIG_NXFONT_SANS22X29B=n
CONFIG_NXFONT_SANS28X37B=y
CONFIG_NXFONT_SANS40X49B=n
-CONFIG_NXFONT_SERIF27X38B=n
+CONFIG_NXFONT_SERIF22X29=n
CONFIG_NXFONT_SERIF29X37=n
+CONFIG_NXFONT_SERIF38X48=n
+CONFIG_NXFONT_SERIF22X28B=n
+CONFIG_NXFONT_SERIF27X38B=n
+CONFIG_NXFONT_SERIF38X49B=n
CONFIG_NXFONTS_CHARBITS=7
CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32
@@ -1059,7 +1087,7 @@ CONFIG_EXAMPLES_NXHELLO_BUILTIN=y
CONFIG_EXAMPLES_NXHELLO_VPLANE=0
CONFIG_EXAMPLES_NXHELLO_DEVNO=0
CONFIG_EXAMPLES_NXHELLO_BGCOLOR=0x0011
-CONFIG_EXAMPLES_NXHELLO_FONTID=2
+CONFIG_EXAMPLES_NXHELLO_FONTID=5
CONFIG_EXAMPLES_NXHELLO_FONTCOLOR=0xffdf
CONFIG_EXAMPLES_NXHELLO_BPP=16
CONFIG_EXAMPLES_NXHELLO_EXTERNINIT=n