1
0
Fork 0
forked from len0rd/rockbox

iRiver: extended remote lcd driver. displaying text works now - see start-up-screen

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6355 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Christian Gmeiner 2005-04-25 23:47:51 +00:00
parent b015d642b5
commit 7d9848186e
5 changed files with 700 additions and 14 deletions

View file

@ -135,11 +135,32 @@ static const struct plugin_api rockbox_api = {
splash,
#ifdef HAVE_REMOTE_LCD
lcd_remote_clear_display,
lcd_remote_puts,
lcd_remote_puts_scroll,
lcd_remote_stop_scroll,
lcd_remote_set_contrast,
lcd_remote_putsxy,
lcd_remote_puts_style,
lcd_remote_puts_scroll_style,
lcd_remote_bitmap,
lcd_remote_drawline,
lcd_remote_clearline,
lcd_remote_drawpixel,
lcd_remote_clearpixel,
lcd_remote_setfont,
font_get,
lcd_remote_clearrect,
lcd_remote_fillrect,
lcd_remote_drawrect,
lcd_remote_invertrect,
lcd_remote_getstringsize,
lcd_remote_update,
lcd_remote_update_rect,
//id (*scrollbar)(int x, int y, int width, int height, int items,
// int min_shown, int max_shown, int orientation);
//void (*remote_checkbox)(int x, int y, int width, int height, bool checked);
lcd_remote_backlight_on,
lcd_remote_backlight_off,
lcd_remote_set_contrast,
lcd_remote_update,
lcd_remote_bitmap,
&lcd_remote_framebuffer[0][0],
#endif
/* button */