forked from len0rd/rockbox
Sansa Clip Zip: enable all plugins
use too big graphics when needed (some plugins will be ugly) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31113 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
444b17626f
commit
bd691efae9
6 changed files with 26 additions and 10 deletions
|
|
@ -198,7 +198,7 @@ enum {
|
|||
#define MAX_FPS 30
|
||||
|
||||
/* 7x7 bubbles (Sansa Clip/m200) */
|
||||
#elif (LCD_HEIGHT == 64 && LCD_WIDTH == 128)
|
||||
#elif (LCD_HEIGHT == 64 && LCD_WIDTH == 128) || (LCD_HEIGHT == 96 && LCD_WIDTH == 96)
|
||||
#define XOFS 33
|
||||
#define ROW_HEIGHT 5
|
||||
#define MAX_FPS 30
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue