summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2005-11-21 02:04:47 +0000
committerChristi Scarborough <christi@coraline.org>2005-11-21 02:04:47 +0000
commit5124844e32954cb4e8103dc29b78df6dd5d6a556 (patch)
treeb49c7c8e54b0fc09b9f945782f389249881f1669 /apps
parent15810c4d86938669161a376f71f88255efeb0017 (diff)
downloadrockbox-5124844e32954cb4e8103dc29b78df6dd5d6a556.tar.gz
rockbox-5124844e32954cb4e8103dc29b78df6dd5d6a556.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/gwps.h2
1 files changed, 1 insertions, 1 deletions
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 {
233 233
234#ifdef HAVE_LCD_BITMAP 234#ifdef HAVE_LCD_BITMAP
235#define MAX_IMAGES (26*2) /* a-z and A-Z */ 235#define MAX_IMAGES (26*2) /* a-z and A-Z */
236#define IMG_BUFSIZE (LCD_HEIGHT * LCD_WIDTH * MAX_IMAGES/25) / 8 236#define IMG_BUFSIZE (LCD_HEIGHT * LCD_WIDTH * MAX_IMAGES/10) / 8
237#define WPS_MAX_LINES (LCD_HEIGHT/5+1) 237#define WPS_MAX_LINES (LCD_HEIGHT/5+1)
238#define FORMAT_BUFFER_SIZE 3072 238#define FORMAT_BUFFER_SIZE 3072
239#else 239#else