forked from len0rd/rockbox
Pegbox: Add support for 640x480 screens
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21987 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
808938220a
commit
bebd3f735b
4 changed files with 29 additions and 9 deletions
|
@ -466,7 +466,11 @@ PLUGIN_HEADER
|
|||
#define BOARD_Y HEADER_HEIGHT
|
||||
#endif
|
||||
|
||||
#if LCD_WIDTH >= 320
|
||||
#if LCD_WIDTH >= 640
|
||||
#define LEVEL_TEXT_X 118
|
||||
#define PEGS_TEXT_X 552
|
||||
#define TEXT_Y 56
|
||||
#elif LCD_WIDTH >= 320
|
||||
#define LEVEL_TEXT_X 59
|
||||
#define PEGS_TEXT_X 276
|
||||
#define TEXT_Y 28
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue