summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/lcd-ipod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-ipod.c b/firmware/drivers/lcd-ipod.c
index ebb5d3c439..30cd4555ae 100644
--- a/firmware/drivers/lcd-ipod.c
+++ b/firmware/drivers/lcd-ipod.c
@@ -204,7 +204,7 @@ void lcd_init_device(void)
204 204
205/* Performance function that works with an external buffer 205/* Performance function that works with an external buffer
206 note that by and bheight are in 4-pixel units! */ 206 note that by and bheight are in 4-pixel units! */
207void lcd_blit(const unsigned char* data, int x, int by, int width, 207void lcd_blit(const fb_data* data, int x, int by, int width,
208 int bheight, int stride) 208 int bheight, int stride)
209{ 209{
210 /* TODO: Implement lcd_blit() */ 210 /* TODO: Implement lcd_blit() */