1
0
Fork 0
forked from len0rd/rockbox

Ooops, forgot to fix that comment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7572 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-09-30 20:11:31 +00:00
parent 1a40e10933
commit a1de081a1b

View file

@ -207,7 +207,7 @@ void lcd_init(void)
/*** update functions ***/
/* Performance function that works with an external buffer
note that by and bheight are in 4-pixel units! */
note that by and bheight are in 8-pixel units! */
void lcd_blit(const unsigned char* data, int x, int by, int width,
int bheight, int stride)
{