1
0
Fork 0
forked from len0rd/rockbox

Implementation of lcd_yuv_blit() for the ipod 5g.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10487 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-08-08 21:28:08 +00:00
parent c4c56a3da7
commit 13b23fbcdb
5 changed files with 169 additions and 6 deletions

View file

@ -201,7 +201,8 @@ static void rockbox_draw_frame (vo_instance_t * instance,
(void)instance;
#if (CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO \
|| CONFIG_LCD == LCD_H300) && !defined(SIMULATOR)
|| CONFIG_LCD == LCD_H300 || CONFIG_LCD == LCD_IPODVIDEO) \
&& !defined(SIMULATOR)
rb->lcd_yuv_blit(buf,
0,0,image_width,
output_x,output_y,output_width,output_height);