forked from len0rd/rockbox
Update for Rockboy: - fix scaling for other color screens than H300 - full menu rewrite to display choices properly - some small tweaks to code - some formatting updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10137 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
db8316fa52
commit
6952f03a7d
21 changed files with 442 additions and 751 deletions
|
|
@ -185,7 +185,8 @@ void vid_init(void)
|
|||
#endif
|
||||
}
|
||||
|
||||
#if LCD_HEIGHT<144
|
||||
#if !defined(HAVE_LCD_COLOR)
|
||||
/* Color targets are handled in lcd.c */
|
||||
fb_data *frameb;
|
||||
void vid_update(int scanline)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue