summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
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);