1
0
Fork 0
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:
Daniel Stenberg 2002-06-19 12:59:21 +00:00
parent 55fd87c8ec
commit e1bea8954b

View file

@ -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],