forked from len0rd/rockbox
Max WPS lines now dependent on LCD height
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6593 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4fb816df85
commit
e83c6f3b24
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 13
|
||||
#define MAX_LINES (LCD_HEIGHT/5+1)
|
||||
#define FORMAT_BUFFER_SIZE 800
|
||||
#else
|
||||
#define MAX_LINES 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue