forked from len0rd/rockbox
Adapt the remaining plugins to put the greyscale isr on cop. Now they can be used while playing music without making the audio stutter. Needs the new SHAREDBSS_ATTR.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16987 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cf6510567a
commit
df8749d6d7
7 changed files with 11 additions and 7 deletions
|
|
@ -210,7 +210,7 @@ int main(void)
|
|||
/* initialize the greyscale buffer:
|
||||
Archos: 112 pixels wide, 7 rows (56 pixels) high.
|
||||
H1x0: 160 pixels wide, 30 rows (120 pixels) high. */
|
||||
if (!grey_init(rb, gbuf, gbuf_size, GREY_BUFFERED,
|
||||
if (!grey_init(rb, gbuf, gbuf_size, GREY_BUFFERED|GREY_ON_COP,
|
||||
LCD_WIDTH, GFX_HEIGHT, NULL))
|
||||
{
|
||||
rb->splash(HZ, "Not enough memory.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue