forked from len0rd/rockbox
Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6906 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c2bf5dfe12
commit
7e11acbce9
28 changed files with 625 additions and 559 deletions
|
@ -115,7 +115,7 @@ static void snow_move(void)
|
|||
if (particle_exists(i))
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
rb->lcd_bitmap(flake,particles[i][0],particles[i][1],
|
||||
FLAKE_WIDTH,FLAKE_WIDTH,true);
|
||||
FLAKE_WIDTH,FLAKE_WIDTH);
|
||||
#else
|
||||
pgfx_drawpixel(particles[i][0],particles[i][1]);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue