forked from len0rd/rockbox
Include File Cleanup And Move-Around Party 2003.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3213 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
850f597f95
commit
f9b4490066
21 changed files with 1093 additions and 3 deletions
|
@ -669,6 +669,8 @@ void lcd_puts_scroll(int x, int y, unsigned char* string)
|
|||
int index;
|
||||
int free_index=0;
|
||||
|
||||
DEBUGF("puts_scroll: %s\n", string);
|
||||
|
||||
for (index = 0; index < SCROLLABLE_LINES; index++) {
|
||||
s = &scroll[index];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue