mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Icons were flipped.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2666 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d0772a2c99
commit
ac2b1b9a89
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue