From cc210a7161571cfdd5a12ab9fbaf9f7c844e6973 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Mon, 1 Apr 2024 16:30:41 +0100 Subject: Fix red in c36d7768c539 Change-Id: Iadcfd322b32cf8523579c9e21a59928a621f15e1 --- firmware/export/lcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h index 05d12cc2ec..67b22190ad 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, /* performance function */ #if defined(HAVE_LCD_COLOR) -#if MEMORYSIZE > 2 && !defined(BOOTLOADER) +#if MEMORYSIZE > 2 #define LCD_YUV_DITHER 0x1 extern void lcd_yuv_set_options(unsigned options); extern void lcd_blit_yuv(unsigned char * const src[3], -- cgit v1.2.3