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 67b22190ad..05d12cc2ec 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -237,7 +237,7 @@ extern bool lcd_putsxy_scroll_func(int x, int y, const unsigned char *string,
237 237
238/* performance function */ 238/* performance function */
239#if defined(HAVE_LCD_COLOR) 239#if defined(HAVE_LCD_COLOR)
240#if MEMORYSIZE > 2 240#if MEMORYSIZE > 2 && !defined(BOOTLOADER)
241#define LCD_YUV_DITHER 0x1 241#define LCD_YUV_DITHER 0x1
242 extern void lcd_yuv_set_options(unsigned options); 242 extern void lcd_yuv_set_options(unsigned options);
243 extern void lcd_blit_yuv(unsigned char * const src[3], 243 extern void lcd_blit_yuv(unsigned char * const src[3],