From 287d6223d3e4f90043e5fd36cf49d7267b53023d Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 25 Sep 2007 02:59:42 +0000 Subject: Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for ARm just to make it all work more nicely. Move UI simulator YUV code to its core to adapt it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14851 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/lcd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'firmware/export/lcd.h') 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); extern void lcd_puts_scroll_style(int x, int y, const unsigned char* string, int style); -#if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR) +#if defined(HAVE_LCD_COLOR) +#define LCD_YUV_DITHER 0x1 +extern void lcd_yuv_set_options(unsigned options); extern void lcd_yuv_blit(unsigned char * const src[3], int src_x, int src_y, int stride, int x, int y, int width, int height); -- cgit v1.2.3