From 10a5d0e00349e5b4fddabf0e9abc50f71f004b75 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 29 Mar 2007 17:48:26 +0000 Subject: Player: Save a bit of space by only using 7 bytes/char in the glyph table. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12962 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/lcd-charcell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/lcd-charcell.h') diff --git a/firmware/export/lcd-charcell.h b/firmware/export/lcd-charcell.h index 2676056e63..9a93cf19de 100644 --- a/firmware/export/lcd-charcell.h +++ b/firmware/export/lcd-charcell.h @@ -35,7 +35,7 @@ extern int hw_pattern_count; /* actual number of user-definable hw patterns */ extern const struct xchar_info *xchar_info; extern int xchar_info_size; /* number of entries */ -extern const unsigned char xfont_fixed[][8]; +extern const unsigned char xfont_fixed[][HW_PATTERN_SIZE]; void lcd_charset_init(void); -- cgit v1.2.3