summaryrefslogtreecommitdiff
path: root/nuttx/graphics
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-26 14:15:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-26 14:15:34 -0600
commita351c1f15c1fd4747d13f46ba1f2c89c7389d750 (patch)
treea5ed7cab21759375d017e12d4e9c86a77276b60c /nuttx/graphics
parent003cf50e2d2790c0797f32a25667b0eb68814f04 (diff)
downloadnuttx-a351c1f15c1fd4747d13f46ba1f2c89c7389d750.tar.gz
nuttx-a351c1f15c1fd4747d13f46ba1f2c89c7389d750.tar.bz2
nuttx-a351c1f15c1fd4747d13f46ba1f2c89c7389d750.zip
Two new fonts from Pierre-noel Bouteville
Diffstat (limited to 'nuttx/graphics')
-rw-r--r--nuttx/graphics/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/nuttx/graphics/Kconfig b/nuttx/graphics/Kconfig
index f001f83fc..8aa564030 100644
--- a/nuttx/graphics/Kconfig
+++ b/nuttx/graphics/Kconfig
@@ -355,6 +355,20 @@ config NXFONT_SERIF38X49B
This option enables support for a large, 38x49 bold font (with serifs)
(font ID FONTID_SERIF38X49B == 13).
+config NXFONT_PIXEL_UNICODE
+ bool "Pixel UniCode"
+ default n
+ ---help---
+ This option enables support for a small LCD, The "Pixel UniCode"
+ (font ID FONTID_PIXEL_UNICODE == 19).
+
+config NXFONT_PIXEL_LCD_MACHINE
+ bool "Pixel lcd machine"
+ default n
+ ---help---
+ This option enables support for a small LCD, The "Pixel lcd machine"
+ (font ID FONTID_PIXEL_LCD_MACHINE == 20).
+
endmenu
menuconfig NXTERM