From 08480334fd7868d269448ee316cd8d728b2f94c3 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Rafa=C3=ABl=20Carr=C3=A9?= <rafael.carre@gmail.com>
Date: Mon, 6 Apr 2009 00:31:24 +0200
Subject: [PATCH 2/5] Chopper : define small screen limit on height <= 64

This way Clip is included as well, not only Archos
---
 apps/plugins/chopper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c
index 15333c4..c5593d9 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
-- 
1.6.1.3

