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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 38561a725e..32a958af2a 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -71,6 +71,12 @@ extern void lcd_puts_scroll_style(int x, int y, const unsigned char* string,
71 int style); 71 int style);
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
75void lcd_yuv_blit(unsigned char * const src[3],
76 int src_x, int src_y, int stride,
77 int x, int y, int width, int height);
78#endif
79
74#if defined(SIMULATOR) || defined(HAVE_LCD_BITMAP) 80#if defined(SIMULATOR) || defined(HAVE_LCD_BITMAP)
75/* performance function */ 81/* performance function */
76extern void lcd_blit(const fb_data* data, int x, int by, int width, 82extern void lcd_blit(const fb_data* data, int x, int by, int width,