1
0
Fork 0
forked from len0rd/rockbox

The can be more scrolling lines on iRiver...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5835 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-02-07 11:15:56 +00:00
parent ea8e7cfc07
commit a048ff4c67

View file

@ -60,7 +60,7 @@
#define SCROLL_SPACING 3
#define SCROLLABLE_LINES 13
#define SCROLLABLE_LINES 26
struct scrollinfo {
char line[MAX_PATH + LCD_WIDTH/2 + SCROLL_SPACING + 2];