Ooops, small fix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8620 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
09b9a412f0
commit
bfbbf4705f
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ void xlcd_color_bitmap_part(const unsigned char *src, int src_x, int src_y,
|
|||
}
|
||||
while (src_row < row_end);
|
||||
|
||||
src += stride;
|
||||
src += 3 * stride;
|
||||
dst += LCD_WIDTH;
|
||||
}
|
||||
while (src < src_end);
|
||||
|
|
Loading…
Reference in a new issue