From 3c17330af669c6c19b4b3b1fdcfc987e386679ce Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 3 Feb 2006 21:11:51 +0000 Subject: Colour LCD driver: * Bring non-backdrop rendering back up to speed. * Speed up rendering with backdrop. * Restore correct behaviour of lcd_clear_display(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8549 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/lcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/lcd.h') diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h index 55a51b3176..6375031594 100644 --- a/firmware/export/lcd.h +++ b/firmware/export/lcd.h @@ -239,7 +239,7 @@ extern void lcd_puts_scroll_style_offset(int x, int y, const unsigned char *stri extern lcd_pixelfunc_type* const lcd_pixelfuncs[8]; extern lcd_blockfunc_type* const lcd_blockfuncs[8]; #if LCD_DEPTH >= 8 -extern lcd_fastpixelfunc_type* const lcd_fastpixelfuncs[8]; +extern lcd_fastpixelfunc_type* const * lcd_fastpixelfuncs; #endif extern void lcd_drawpixel(int x, int y); -- cgit v1.2.3