forked from len0rd/rockbox
Agptek Rocker: Make simulator compile and run
There are some things to fix left but at least it starts and you can navigate. Change-Id: I76084bfc50334deeb55f46a10e97b5d6639815ac
This commit is contained in:
parent
fbb6a2ff6d
commit
d5889b3d94
2 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ static unsigned long get_lcd_pixel(int x, int y)
|
|||
#else
|
||||
return *FBADDR(x, y);
|
||||
#endif
|
||||
#elif LCD_DEPTH == 24
|
||||
#elif LCD_DEPTH >= 24
|
||||
return FB_UNPACK_SCALAR_LCD(*FBADDR(x, y));
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue