From 5124844e32954cb4e8103dc29b78df6dd5d6a556 Mon Sep 17 00:00:00 2001 From: Christi Scarborough Date: Mon, 21 Nov 2005 02:04:47 +0000 Subject: rwps support for boxes theme. Increased image buffer size by a factor of 2.5x. (boxes - for all your WPS stress testing needs.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8017 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h index 40b9a7424d..7dcbcca76b 100644 --- a/apps/gui/gwps.h +++ b/apps/gui/gwps.h @@ -233,7 +233,7 @@ struct align_pos { #ifdef HAVE_LCD_BITMAP #define MAX_IMAGES (26*2) /* a-z and A-Z */ -#define IMG_BUFSIZE (LCD_HEIGHT * LCD_WIDTH * MAX_IMAGES/25) / 8 +#define IMG_BUFSIZE (LCD_HEIGHT * LCD_WIDTH * MAX_IMAGES/10) / 8 #define WPS_MAX_LINES (LCD_HEIGHT/5+1) #define FORMAT_BUFFER_SIZE 3072 #else -- cgit v1.2.3