mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Revert accidental tree commit. /me needs a smaller enter key...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16805 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
386f77b052
commit
1f4bcc86da
34 changed files with 426 additions and 410 deletions
|
@ -630,7 +630,7 @@ void grey_ub_gray_bitmap_part(const unsigned char *src, int src_x, int src_y,
|
|||
{
|
||||
#if LCD_PIXELFORMAT == HORIZONTAL_PACKING
|
||||
int idx = _GREY_MULUQ(_grey_info.width, yc);
|
||||
#else /* vertical packing or vertical interleaved */
|
||||
#else
|
||||
int idx = _GREY_MULUQ(_grey_info.width, yc & ~_GREY_BMASK)
|
||||
+ (~yc & _GREY_BMASK);
|
||||
#endif /* LCD_PIXELFORMAT */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue