forked from len0rd/rockbox
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
|
@ -191,8 +191,7 @@ void grey_ub_scroll_up(int count)
|
|||
_grey_info.fg_brightness :
|
||||
_grey_info.bg_brightness];
|
||||
|
||||
#if (LCD_PIXELFORMAT == VERTICAL_PACKING) \
|
||||
|| (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED)
|
||||
#if LCD_PIXELFORMAT == VERTICAL_PACKING
|
||||
if (count & _GREY_BMASK)
|
||||
{
|
||||
/* Scrolling by fractional blocks - move pixel wise. */
|
||||
|
@ -263,8 +262,7 @@ void grey_ub_scroll_down(int count)
|
|||
_grey_info.fg_brightness :
|
||||
_grey_info.bg_brightness];
|
||||
|
||||
#if (LCD_PIXELFORMAT == VERTICAL_PACKING) \
|
||||
|| (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED)
|
||||
#if LCD_PIXELFORMAT == VERTICAL_PACKING
|
||||
if (count & _GREY_BMASK)
|
||||
{
|
||||
/* Scrolling by fractional blocks - move pixel wise. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue