1
0
Fork 0
forked from len0rd/rockbox

I found several plugins to draw beyond screen boundary

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4176 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2003-12-23 22:24:48 +00:00
parent 9aad0db9df
commit 2d720b2a79
4 changed files with 123 additions and 5 deletions

View file

@ -405,7 +405,7 @@ static void star_transition_update(void)
int y = 0;
int var_y = 0;
for (x = 0 ; x < lcd_demi_width ; x++)
for (x = 1 ; x < lcd_demi_width ; x++)
{
var_y += LCD_HEIGHT;
if (var_y > LCD_WIDTH)