forked from len0rd/rockbox
Greyscale library: Preparations for a gamma measurement plugin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16492 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8abe9cffe4
commit
8493f5bcf6
12 changed files with 41 additions and 24 deletions
|
@ -1006,8 +1006,8 @@ int stream_init(void)
|
|||
graymem = mem;
|
||||
#endif
|
||||
|
||||
success = grey_init(rb, graymem, memsize, true, LCD_WIDTH,
|
||||
LCD_HEIGHT, &graysize);
|
||||
success = grey_init(rb, graymem, memsize, GREY_BUFFERED,
|
||||
LCD_WIDTH, LCD_HEIGHT, &graysize);
|
||||
|
||||
/* This can run on another processor - align size */
|
||||
graysize = CACHEALIGN_UP(graysize);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue