forked from len0rd/rockbox
Phil modified FIELD_RECT_WIDTH for the new default font
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2433 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
71d35b31f2
commit
17b3bea830
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
||||||
/* size of the field the worm lives in */
|
/* size of the field the worm lives in */
|
||||||
#define FIELD_RECT_X 1
|
#define FIELD_RECT_X 1
|
||||||
#define FIELD_RECT_Y 1
|
#define FIELD_RECT_Y 1
|
||||||
#define FIELD_RECT_WIDTH (LCD_WIDTH - 39)
|
#define FIELD_RECT_WIDTH (LCD_WIDTH - 45)
|
||||||
#define FIELD_RECT_HEIGHT (LCD_HEIGHT - 2)
|
#define FIELD_RECT_HEIGHT (LCD_HEIGHT - 2)
|
||||||
|
|
||||||
/* size of the ring of the worm
|
/* size of the ring of the worm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue