Pegbox fixes by Rafaël Carré.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20722 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2009-04-17 15:17:08 +00:00
parent ee7e1323dc
commit 2f2a9878d0
3 changed files with 6 additions and 3 deletions

View file

@ -462,9 +462,9 @@ PLUGIN_HEADER
#define LEVEL_TEXT_Y 14
#define PEGS_TEXT_Y 58
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 64)
#define TEXT_X 114
#define LEVEL_TEXT_Y 14
#define PEGS_TEXT_Y 58
#define TEXT_X 112
#define LEVEL_TEXT_Y 27
#define PEGS_TEXT_Y 50
#else
#error "Unsupported screen size"
#endif