Adjusted position of second icon line.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2791 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mats Lidell 2002-10-31 17:33:41 +00:00
parent a5e77d8f94
commit 097bd10680

View file

@ -49,7 +49,7 @@ extern unsigned const char *lcd_ascii;
void lcd_print_icon(int x, int icon_line, bool enable, char **icon) void lcd_print_icon(int x, int icon_line, bool enable, char **icon)
{ {
int xpos = x; int xpos = x;
int ypos = icon_line*(ICON_HEIGHT+CHAR_HEIGHT*2); int ypos = icon_line*(ICON_HEIGHT+CHAR_HEIGHT*2*4);
int row=0, col; int row=0, col;
int p=0, cp=0; int p=0, cp=0;