From 13b23fbcdb38dc2865d550ae5cc5bdaa8e444264 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 8 Aug 2006 21:28:08 +0000 Subject: Implementation of lcd_yuv_blit() for the ipod 5g. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10487 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/lcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h index 7551a1ab23..c3ad4f97d9 100644 --- a/firmware/export/lcd.h +++ b/firmware/export/lcd.h @@ -72,7 +72,7 @@ extern void lcd_puts_scroll_style(int x, int y, const unsigned char* string, extern void lcd_icon(int icon, bool enable); #if CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO \ - || CONFIG_LCD == LCD_H300 + || CONFIG_LCD == LCD_H300 || CONFIG_LCD == LCD_IPODVIDEO void lcd_yuv_blit(unsigned char * const src[3], int src_x, int src_y, int stride, int x, int y, int width, int height); -- cgit v1.2.3