Icons were flipped.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2666 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mats Lidell 2002-10-15 13:25:07 +00:00
parent d0772a2c99
commit ac2b1b9a89

View file

@ -124,7 +124,7 @@ void lcd_define_pattern(int which, char *pattern, int length)
for (j = 0; j <= 5; j++) {
for (i = 0; i < length; i++) {
if ((pattern[i])&(1<<(j)))
icon[j] |= (1<<(i));
icon[5-j] |= (1<<(i));
}
}
for (i = 0; i <= 5; i++)