forked from len0rd/rockbox
Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No sound, no buttons, and hangs at the boot screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9363 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1ccc81bf8f
commit
d3feb78e40
7 changed files with 148 additions and 12 deletions
|
|
@ -109,6 +109,10 @@ PLUGIN_HEADER
|
|||
#define FOOD_SIZE 3
|
||||
#define ARGH_SIZE 4
|
||||
#define SPEED 14
|
||||
#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
|
||||
#define FOOD_SIZE 4
|
||||
#define ARGH_SIZE 5
|
||||
#define SPEED 10
|
||||
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
|
||||
#define FOOD_SIZE 4
|
||||
#define ARGH_SIZE 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue