summaryrefslogtreecommitdiff
path: root/nuttx/graphics/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-30 16:39:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-30 16:39:25 +0000
commita5a88db827fbaca1058ce3fd6b4784bd9ab03073 (patch)
tree52b262f0636298b3ae030a2bddc7499ac5232f37 /nuttx/graphics/Kconfig
parentdfbc56054f377761c50a1a7453ed00a228fa9766 (diff)
downloadnuttx-a5a88db827fbaca1058ce3fd6b4784bd9ab03073.tar.gz
nuttx-a5a88db827fbaca1058ce3fd6b4784bd9ab03073.tar.bz2
nuttx-a5a88db827fbaca1058ce3fd6b4784bd9ab03073.zip
Add ZP213X/4XPA nxlines configuration (needs a little more work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5466 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics/Kconfig')
-rw-r--r--nuttx/graphics/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/graphics/Kconfig b/nuttx/graphics/Kconfig
index 18b1e1ab9..b56a6cb5c 100644
--- a/nuttx/graphics/Kconfig
+++ b/nuttx/graphics/Kconfig
@@ -178,6 +178,12 @@ config NXFONTS_CHARBITS
The number of bits in the character set. Current options are only 7 and 8.
The default is 7.
+config NXFONT_MONO5X8
+ bool "Mono 5x8"
+ default n
+ ---help---
+ Tiny mono-spaced 5x8 font (font ID FONTID_MONO5X8 = 18)
+
config NXFONT_SANS17X22
bool "Sans 17x22"
default n