From 93fccc763b97323cb3112bf9afee819cd03ba195 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Thu, 9 Apr 2009 04:22:14 +0000 Subject: M:Robe 500: More LCD initialization, QVGA (vs. VGA) is now enabled by default for performance, 256 color palette mode added, include some linker cleanups and reorganization. Doom and MPEGPlayer now run reaonably well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20664 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 17e9ac670b..087bf74a38 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -636,6 +636,13 @@ static const struct plugin_api rockbox_api = { #if defined(HAVE_LCD_MODES) lcd_set_mode, #endif + +#if defined(HAVE_LCD_MODES) +#if HAVE_LCD_MODES & LCD_MODE_PAL256 + lcd_blit_pal256, + lcd_pal256_update_pal, +#endif +#endif }; int plugin_load(const char* plugin, const void* parameter) -- cgit v1.2.3