Variable screen resolution.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5828 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
910d9652f9
commit
225543eb7e
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@
|
|||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
|
||||
#define LARGE 55
|
||||
#define HAUT 31
|
||||
#define LARGE ((LCD_WIDTH - 2) / 2)
|
||||
#define HAUT ((LCD_HEIGHT - 2) / 2)
|
||||
|
||||
/* variable button definitions */
|
||||
#if CONFIG_KEYPAD == RECORDER_PAD
|
||||
|
|
Loading…
Reference in a new issue