forked from len0rd/rockbox
when simulating a player, move down the text 8 pixels to make room for
"icons" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1078 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
55fd87c8ec
commit
e1bea8954b
1 changed files with 2 additions and 0 deletions
|
|
@ -503,6 +503,8 @@ void lcd_puts(int x, int y, char *str)
|
|||
buffer[11-x]=0;
|
||||
str = buffer;
|
||||
}
|
||||
xmargin = 0;
|
||||
ymargin = 8;
|
||||
#endif
|
||||
|
||||
lcd_putsxy( xmargin + x*fonts[font],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue