summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-04-07 17:02:39 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-04-07 17:02:39 +0000
commite15cf78987dcbaa572e882bc0b5773bde3a852e5 (patch)
tree791c69eb57d9b14d5f758a0b7e6e110cb8748738
parente84520c67e1260b164b4c06aa3b88929b5bc2352 (diff)
downloadrockbox-e15cf78987dcbaa572e882bc0b5773bde3a852e5.tar.gz
rockbox-e15cf78987dcbaa572e882bc0b5773bde3a852e5.zip
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
-rw-r--r--apps/plugins/chopper.c2
1 files changed, 1 insertions, 1 deletions
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