1
0
Fork 0
forked from len0rd/rockbox

Upped the max support number of lines in the WPS to 13.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4614 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2004-05-13 06:41:04 +00:00
parent efea9e6b2d
commit 8e11dfc44f

View file

@ -53,7 +53,7 @@
#define WPS_CONFIG ROCKBOX_DIR "/default.wps" #define WPS_CONFIG ROCKBOX_DIR "/default.wps"
#ifdef HAVE_LCD_BITMAP #ifdef HAVE_LCD_BITMAP
#define MAX_LINES 10 #define MAX_LINES 13
#define FORMAT_BUFFER_SIZE 800 #define FORMAT_BUFFER_SIZE 800
#else #else
#define MAX_LINES 2 #define MAX_LINES 2