From 11e2e565ca65e9555bcc19ddb256775e9e911edb Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 26 Nov 2006 14:26:08 +0000 Subject: Backdrop support in the X5 remote LCD driver. Still needs to be wired to the UI and settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11601 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/lcd-remote.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h index 9d5808b..e4fffed 100644 --- a/firmware/export/lcd-remote.h +++ b/firmware/export/lcd-remote.h @@ -132,8 +132,13 @@ extern void lcd_remote_setfont(int font); extern int lcd_remote_getstringsize(const unsigned char *str, int *w, int *h); /* low level drawing function pointer arrays */ +#if LCD_REMOTE_DEPTH > 1 +extern lcd_remote_pixelfunc_type* const *lcd_remote_pixelfuncs; +extern lcd_remote_blockfunc_type* const *lcd_remote_blockfuncs; +#else extern lcd_remote_pixelfunc_type* const lcd_remote_pixelfuncs[8]; extern lcd_remote_blockfunc_type* const lcd_remote_blockfuncs[8]; +#endif extern void lcd_remote_drawpixel(int x, int y); extern void lcd_remote_drawline(int x1, int y1, int x2, int y2); -- cgit v1.1