1
0
Fork 0
forked from len0rd/rockbox
Change-Id: Iadcfd322b32cf8523579c9e21a59928a621f15e1
This commit is contained in:
Aidan MacDonald 2024-04-01 16:30:41 +01:00
parent c36d7768c5
commit cc210a7161

View file

@ -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],