1
0
Fork 0
forked from len0rd/rockbox

X5 remote LCD drawing. This will break target linking atm - lcd_remote_update[_rect]() are not yet implemented.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10347 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-07-28 07:35:45 +00:00
parent cb36fec392
commit 05ddd9a44e
16 changed files with 1182 additions and 38 deletions

View file

@ -454,6 +454,14 @@ static const struct plugin_api rockbox_api = {
font_get_bits,
font_load,
#endif
#if defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_DEPTH > 1)
lcd_remote_set_foreground,
lcd_remote_get_foreground,
lcd_remote_set_background,
lcd_remote_get_background,
lcd_remote_bitmap_part,
lcd_remote_bitmap,
#endif
};
int plugin_load(const char* plugin, void* parameter)