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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 49256ff50f..ac0aea8664 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -84,7 +84,9 @@ extern void lcd_puts_scroll(int x, int y, const unsigned char* string);
84extern void lcd_puts_scroll_style(int x, int y, const unsigned char* string, 84extern void lcd_puts_scroll_style(int x, int y, const unsigned char* string,
85 int style); 85 int style);
86 86
87#if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR) 87#if defined(HAVE_LCD_COLOR)
88#define LCD_YUV_DITHER 0x1
89extern void lcd_yuv_set_options(unsigned options);
88extern void lcd_yuv_blit(unsigned char * const src[3], 90extern void lcd_yuv_blit(unsigned char * const src[3],
89 int src_x, int src_y, int stride, 91 int src_x, int src_y, int stride,
90 int x, int y, int width, int height); 92 int x, int y, int width, int height);