summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-08-08 21:28:08 +0000
committerDave Chapman <dave@dchapman.com>2006-08-08 21:28:08 +0000
commit13b23fbcdb38dc2865d550ae5cc5bdaa8e444264 (patch)
tree460022828d88e5c60335b0e06ecc4ec339cd7c4c /firmware/export/lcd.h
parentc4c56a3da7a3ef868b853fb8f434198d6b9f9ee9 (diff)
downloadrockbox-13b23fbcdb38dc2865d550ae5cc5bdaa8e444264.tar.gz
rockbox-13b23fbcdb38dc2865d550ae5cc5bdaa8e444264.zip
Implementation of lcd_yuv_blit() for the ipod 5g.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10487 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h2
1 files changed, 1 insertions, 1 deletions
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,
72extern void lcd_icon(int icon, bool enable); 72extern void lcd_icon(int icon, bool enable);
73 73
74#if CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO \ 74#if CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO \
75 || CONFIG_LCD == LCD_H300 75 || CONFIG_LCD == LCD_H300 || CONFIG_LCD == LCD_IPODVIDEO
76void lcd_yuv_blit(unsigned char * const src[3], 76void lcd_yuv_blit(unsigned char * const src[3],
77 int src_x, int src_y, int stride, 77 int src_x, int src_y, int stride,
78 int x, int y, int width, int height); 78 int x, int y, int width, int height);