summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/lcd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 5c362c2b53..147940fa4f 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -72,7 +72,8 @@ 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 || CONFIG_LCD == LCD_IPODVIDEO 75 || CONFIG_LCD == LCD_H300 || CONFIG_LCD == LCD_IPODVIDEO \
76 || CONFIG_LCD == LCD_X5
76void lcd_yuv_blit(unsigned char * const src[3], 77void lcd_yuv_blit(unsigned char * const src[3],
77 int src_x, int src_y, int stride, 78 int src_x, int src_y, int stride,
78 int x, int y, int width, int height); 79 int x, int y, int width, int height);