summaryrefslogtreecommitdiff
path: root/apps/examples/nx/nx_kbdin.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-19 20:08:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-19 20:08:28 +0000
commite22652b8670c85c11bed70615d97273d455d58a9 (patch)
treeafb799c4411fe56a1af05c4e25d5f44453691cbe /apps/examples/nx/nx_kbdin.c
parent40e9e372738c38180562ab1ff3b1f91d42c14cdd (diff)
downloadnuttx-e22652b8670c85c11bed70615d97273d455d58a9.tar.gz
nuttx-e22652b8670c85c11bed70615d97273d455d58a9.tar.bz2
nuttx-e22652b8670c85c11bed70615d97273d455d58a9.zip
Setup environment to support multiple fonts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3799 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nx/nx_kbdin.c')
-rw-r--r--apps/examples/nx/nx_kbdin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nx/nx_kbdin.c b/apps/examples/nx/nx_kbdin.c
index 238272533..66d54b046 100644
--- a/apps/examples/nx/nx_kbdin.c
+++ b/apps/examples/nx/nx_kbdin.c
@@ -323,7 +323,7 @@ nxeg_getglyph(FAR struct nxeg_state_s *st, uint8_t ch)
{
/* No, it is not cached... Does the code map to a glyph? */
- bm = nxf_getbitmap(ch);
+ bm = nxf_getbitmap(ch, NXFONT_DEFAULT);
if (!bm)
{
/* No, there is no glyph for this code. Use space */