From 5a6968918800d64062fa03deae530886aaa42db7 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 4 Apr 2007 00:16:11 +0000 Subject: Replace obsolete generate_rocklatin tool with player_unifont tool. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13014 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/lcd-charset-player.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/drivers/lcd-charset-player.c') diff --git a/firmware/drivers/lcd-charset-player.c b/firmware/drivers/lcd-charset-player.c index 5e97f06f43..db1cd04884 100644 --- a/firmware/drivers/lcd-charset-player.c +++ b/firmware/drivers/lcd-charset-player.c @@ -110,7 +110,7 @@ enum { #endif }; -static const struct xchar_info xchar_info_newlcd[] = { +const struct xchar_info xchar_info_newlcd[] = { /* Standard ascii */ { 0x20, 0, 0, 0x20 }, /* */ { 0x21, 0, 0, 0x21 }, /* ! */ @@ -610,7 +610,7 @@ static const struct xchar_info xchar_info_newlcd[] = { { 0xfffd, 0, 0, 0x91 }, }; -static const struct xchar_info xchar_info_oldlcd[] = { +const struct xchar_info xchar_info_oldlcd[] = { /* Standard ascii */ { 0x20, 0, 0, 0x24 }, /* */ { 0x21, 0, 0, 0x25 }, /* ! */ -- cgit v1.2.3