From 861306d33085fd2b21445c88b38f2b3c00535c5d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 27 Aug 2004 08:16:08 +0000 Subject: By reducing the font buffer to 4000 bytes from 9000, we get 5000 fresh bytes to buffer mp3 with! Only 3 out of 44 fonts that fit within 9000 are bigger than 4000, leaving us with 41 fonts that fit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5019 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/font.h b/firmware/export/font.h index eeb8a36..c28bf57 100644 --- a/firmware/export/font.h +++ b/firmware/export/font.h @@ -28,7 +28,7 @@ /* max static loadable fonts buffer*/ #ifndef MAX_FONT_SIZE -#define MAX_FONT_SIZE 9000 /* max total fontsize allocation*/ +#define MAX_FONT_SIZE 4000 /* max total fontsize allocation*/ #endif /* -- cgit v1.1