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:
Bertrik Sikken 2009-04-07 17:02:39 +00:00
parent e84520c67e
commit e15cf78987

View file

@ -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