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:
parent
efea9e6b2d
commit
8e11dfc44f
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
#define WPS_CONFIG ROCKBOX_DIR "/default.wps"
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#define MAX_LINES 10
|
||||
#define MAX_LINES 13
|
||||
#define FORMAT_BUFFER_SIZE 800
|
||||
#else
|
||||
#define MAX_LINES 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue