forked from len0rd/rockbox
SA9200: Make plugins. Cheat a little just to get things to make at first by using some artwork for 128x128 screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29016 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9cb4733193
commit
67ae5cce2e
5 changed files with 17 additions and 7 deletions
|
@ -358,7 +358,8 @@ CONFIG_KEYPAD == MROBE500_PAD
|
|||
#define ARGH_SIZE 5
|
||||
#define SPEED 9
|
||||
#define MAX_WORM_SEGMENTS 128
|
||||
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
|
||||
#elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \
|
||||
((LCD_WIDTH == 128) && (LCD_HEIGHT == 160))
|
||||
#define FOOD_SIZE 4
|
||||
#define ARGH_SIZE 5
|
||||
#define SPEED 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue