From 54ea2e435e1a5688de4e4dcf551a1fc9c1db323f Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 31 Mar 2007 09:58:49 +0000 Subject: Charcell lcd driver: Preparations for switching to non-immediate LCD updates, using lcd_update() like on bitmap targets. * Added proper clipping. * Simplified simulator code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12979 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index de04269..52d4312 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -66,6 +66,7 @@ static const struct plugin_api rockbox_api = { /* lcd */ lcd_set_contrast, + lcd_update, lcd_clear_display, lcd_setmargins, lcd_getstringsize, @@ -114,7 +115,6 @@ static const struct plugin_api rockbox_api = { lcd_puts_scroll_style, &lcd_framebuffer[0][0], lcd_blit, - lcd_update, lcd_update_rect, gui_scrollbar_draw, font_get, -- cgit v1.1