From e15cf78987dcbaa572e882bc0b5773bde3a852e5 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Tue, 7 Apr 2009 17:02:39 +0000 Subject: Patch by Rafaël Carré - Chopper : define small screen limit on height <= 64 This way Clip is included as well, not only Archos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20642 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/chopper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c index 15333c4a99..c5593d948c 100644 --- a/apps/plugins/chopper.c +++ b/apps/plugins/chopper.c @@ -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 -- cgit v1.2.3