summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/nxtext
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/configs/stm3210e-eval/nxtext
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/configs/stm3210e-eval/nxtext')
-rw-r--r--nuttx/configs/stm3210e-eval/nxtext/defconfig35
1 files changed, 19 insertions, 16 deletions
diff --git a/nuttx/configs/stm3210e-eval/nxtext/defconfig b/nuttx/configs/stm3210e-eval/nxtext/defconfig
index f8170193e..ca7597656 100644
--- a/nuttx/configs/stm3210e-eval/nxtext/defconfig
+++ b/nuttx/configs/stm3210e-eval/nxtext/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).
-# CONFIG_NXFONT_SERIF38X49B:
+# (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:
#
@@ -1088,10 +1091,10 @@ CONFIG_EXAMPLES_NXTEXT_BUILTIN=n
CONFIG_EXAMPLES_NXTEXT_VPLANE=0
CONFIG_EXAMPLES_NXTEXT_DEVNO=0
CONFIG_EXAMPLES_NXTEXT_BGCOLOR=0x0011
-CONFIG_EXAMPLES_NXTEXT_BGFONTID=10
+CONFIG_EXAMPLES_NXTEXT_BGFONTID=11
CONFIG_EXAMPLES_NXTEXT_BGFONTCOLOR=0xffdf
CONFIG_EXAMPLES_NXTEXT_PUCOLOR=0xfd20
-CONFIG_EXAMPLES_NXTEXT_PUFONTID=2
+CONFIG_EXAMPLES_NXTEXT_PUFONTID=1
CONFIG_EXAMPLES_NXTEXT_PUFONTCOLOR=0x001f
CONFIG_EXAMPLES_NXTEXT_BPP=16
CONFIG_EXAMPLES_NXTEXT_NOGETRUN=y