Patch by Rafaël Carré - Chopper : define small screen limit on height <= 64
This way Clip is included as well, not only Archos git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20642 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e84520c67e
commit
e15cf78987
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ Still To do:
|
|||
#define LEVEL_MODE_NORMAL 0
|
||||
#define LEVEL_MODE_STEEP 1
|
||||
|
||||
#if LCD_WIDTH <= 112
|
||||
#if LCD_HEIGHT <= 64
|
||||
#define CYCLETIME 100
|
||||
#define SCALE(x) ((x)==1 ? (x) : ((x) >> 1))
|
||||
#define SIZE 2
|
||||
|
|
Loading…
Reference in a new issue