mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
make the plugin API frambuffer agnostic
Change-Id: I5abdc231093054c517ff53b9a456997e440e3f6e
This commit is contained in:
parent
5d5f8169b5
commit
12f3ed1699
25 changed files with 92 additions and 93 deletions
|
@ -7,7 +7,7 @@
|
|||
* \/ \/ \/ \/ \/
|
||||
* $Id$
|
||||
*
|
||||
* Copyright (C) 2002 Björn Stenberg
|
||||
* Copyright (C) 2002 Björn Stenberg
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
@ -194,7 +194,7 @@ static const struct plugin_api rockbox_api = {
|
|||
lcd_putsf,
|
||||
lcd_puts_scroll,
|
||||
lcd_scroll_stop,
|
||||
&lcd_static_framebuffer[0][0],
|
||||
&lcd_framebuffer,
|
||||
lcd_set_viewport,
|
||||
lcd_set_framebuffer,
|
||||
lcd_bmp_part,
|
||||
|
@ -281,7 +281,7 @@ static const struct plugin_api rockbox_api = {
|
|||
lcd_remote_mono_bitmap_part,
|
||||
lcd_remote_mono_bitmap,
|
||||
lcd_remote_putsxy,
|
||||
&lcd_remote_static_framebuffer[0][0],
|
||||
&lcd_remote_framebuffer;
|
||||
lcd_remote_update,
|
||||
lcd_remote_update_rect,
|
||||
#if (LCD_REMOTE_DEPTH > 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue